Uses of Interface
org.hibernate.persister.entity.mutation.DeleteCoordinator
-
Packages that use DeleteCoordinator Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of DeleteCoordinator in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return DeleteCoordinator Modifier and Type Method Description protected DeleteCoordinatorAbstractEntityPersister. buildDeleteCoordinator()DeleteCoordinatorAbstractEntityPersister. getDeleteCoordinator()DeleteCoordinatorEntityPersister. getDeleteCoordinator()Get the delete coordinator instance. -
Uses of DeleteCoordinator in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement DeleteCoordinator Modifier and Type Class Description classAbstractDeleteCoordinatorTemplate support for DeleteCoordinator implementations.classDeleteCoordinatorSoftDeleteCoordinator for soft-deletesclassDeleteCoordinatorStandardCoordinates standard deleting of an entity.
-