Uses of Class
org.hibernate.action.queue.spi.decompose.entity.PostDeleteHandling
Packages that use PostDeleteHandling
-
Uses of PostDeleteHandling in org.hibernate.action.queue.spi.decompose.entity
Methods in org.hibernate.action.queue.spi.decompose.entity that return PostDeleteHandlingModifier and TypeMethodDescriptionEntityMutationPlanContributor.DeleteContext.postDeleteHandling()Returns the value of thepostDeleteHandlingrecord component.Constructors in org.hibernate.action.queue.spi.decompose.entity with parameters of type PostDeleteHandlingModifierConstructorDescriptionDeleteContext(EntityPersister entityPersister, org.hibernate.action.internal.EntityDeleteAction action, int ordinalBase, SharedSessionContractImplementor session, DecompositionContext decompositionContext, Object identifier, Object version, Object[] state, PostDeleteHandling postDeleteHandling) Creates an instance of aDeleteContextrecord class.