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 DeleteCoordinator
AbstractEntityPersister. buildDeleteCoordinator()
DeleteCoordinator
AbstractEntityPersister. getDeleteCoordinator()
DeleteCoordinator
EntityPersister. 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 class
AbstractDeleteCoordinator
Template support for DeleteCoordinator implementations.class
DeleteCoordinatorSoft
DeleteCoordinator for soft-deletesclass
DeleteCoordinatorStandard
Coordinates standard deleting of an entity.
-