Uses of Interface
com.blazebit.persistence.view.impl.update.flush.PostFlushDeleter
Packages that use PostFlushDeleter
Package
Description
-
Uses of PostFlushDeleter in com.blazebit.persistence.view.impl.update
Methods in com.blazebit.persistence.view.impl.update that return types with arguments of type PostFlushDeleterModifier and TypeMethodDescriptionDefaultUpdateContext.getOrphanRemovalDeleters()SimpleUpdateContext.getOrphanRemovalDeleters()UpdateContext.getOrphanRemovalDeleters() -
Uses of PostFlushDeleter in com.blazebit.persistence.view.impl.update.flush
Classes in com.blazebit.persistence.view.impl.update.flush that implement PostFlushDeleterModifier and TypeClassDescriptionclassclassclassclassMethods in com.blazebit.persistence.view.impl.update.flush that return types with arguments of type PostFlushDeleterModifier and TypeMethodDescriptionBasicAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) CollectionAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) CollectionElementAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) CompositeAttributeFlusher.remove(UpdateContext context, Object entity, Object view, Object value) DirtyAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) EmbeddableAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) MapAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) SubviewAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) VersionAttributeFlusher.remove(UpdateContext context, E entity, Object view, V value) BasicAttributeFlusher.removeByOwnerId(UpdateContext context, Object ownerId) CollectionAttributeFlusher.removeByOwnerId(UpdateContext context, Object id) CollectionElementAttributeFlusher.removeByOwnerId(UpdateContext context, Object id) CompositeAttributeFlusher.removeByOwnerId(UpdateContext context, Object id) DirtyAttributeFlusher.removeByOwnerId(UpdateContext context, Object id) EmbeddableAttributeFlusher.removeByOwnerId(UpdateContext context, Object id) InverseFlusher.removeByOwnerId(UpdateContext context, Object ownerId) MapAttributeFlusher.removeByOwnerId(UpdateContext context, Object id) SubviewAttributeFlusher.removeByOwnerId(UpdateContext context, Object id)