Interface EntityViewUpdater
- All Superinterfaces:
UpdateQueryFactory
- All Known Implementing Classes:
EntityViewUpdaterImpl
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptionexecutePersist(UpdateContext context, MutableStateTrackable updatableProxy) executePersist(UpdateContext context, Object entity, MutableStateTrackable updatableProxy) booleanexecuteUpdate(UpdateContext context, MutableStateTrackable updatableProxy) executeUpdate(UpdateContext context, Object entity, MutableStateTrackable updatableProxy) DirtyAttributeFlusher<?,?, ?> <T extends DirtyAttributeFlusher<T,E, V>, E, V>
DirtyAttributeFlusher<T,E, V> getNestedDirtyFlusher(UpdateContext context, MutableStateTrackable current, DirtyAttributeFlusher<T, E, V> fullFlusher) voidremove(UpdateContext context, EntityViewProxy entityView) voidremove(UpdateContext context, Object id) Methods inherited from interface com.blazebit.persistence.view.impl.update.UpdateQueryFactory
createUpdateQuery
-
Method Details
-
getFullGraphNode
FetchGraphNode<?> getFullGraphNode() -
getIdFlusher
DirtyAttributeFlusher<?,?, getIdFlusher()?> -
getNestedDirtyFlusher
<T extends DirtyAttributeFlusher<T,E, DirtyAttributeFlusher<T,V>, E, V> E, getNestedDirtyFlusherV> (UpdateContext context, MutableStateTrackable current, DirtyAttributeFlusher<T, E, V> fullFlusher) -
executeUpdate
-
executeUpdate
-
executePersist
-
executePersist
-
remove
-
remove
-
getDirtyChecker
DirtyChecker<DirtyStateTrackable> getDirtyChecker()
-