Uses of Interface
org.hibernate.persister.entity.mutation.DeleteCoordinator
Packages that use DeleteCoordinator
Package
Description
This package abstracts persistence mechanisms for entities.
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 DeleteCoordinatorModifier and TypeMethodDescriptionprotected DeleteCoordinator
AbstractEntityPersister.buildDeleteCoordinator()
AbstractEntityPersister.getDeleteCoordinator()
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 DeleteCoordinatorModifier and TypeClassDescriptionclass
Template support for DeleteCoordinator implementations.class
DeleteCoordinator for soft-deletesclass
Coordinates standard deleting of an entity.