Interface DeleteCoordinator
-
- All Known Implementing Classes:
AbstractDeleteCoordinator
,DeleteCoordinatorSoft
,DeleteCoordinatorStandard
public interface DeleteCoordinator
Coordinates the deleting of an entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
coordinateDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session)
Perform the deletionsMutationOperationGroup
getStaticDeleteGroup()
The operation group used to perform the deletion unless some form of dynamic delete is necessary
-
-
-
Method Detail
-
getStaticDeleteGroup
MutationOperationGroup getStaticDeleteGroup()
The operation group used to perform the deletion unless some form of dynamic delete is necessary
-
coordinateDelete
void coordinateDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session)
Perform the deletions
-
-