Interface DeleteCoordinator
- All Superinterfaces:
MutationCoordinator
- All Known Implementing Classes:
AbstractDeleteCoordinator, DeleteCoordinatorAudit, DeleteCoordinatorHistory, DeleteCoordinatorSoft, DeleteCoordinatorStandard, DeleteCoordinatorTemporal
Coordinates the deleting of an entity.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(Object entity, Object id, Object version, SharedSessionContractImplementor session) Delete a persistent instance.Methods inherited from interface MutationCoordinator
getStaticMutationOperationGroup
-
Method Details