Interface DeleteCoordinator
- All Superinterfaces:
MutationCoordinator
- All Known Implementing Classes:
AbstractDeleteCoordinator
,DeleteCoordinatorSoft
,DeleteCoordinatorStandard
Coordinates the deleting of an entity.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(Object entity, Object id, Object version, SharedSessionContractImplementor session) Delete a persistent instance.Methods inherited from interface org.hibernate.persister.entity.mutation.MutationCoordinator
getStaticMutationOperationGroup
-
Method Details