Interface DeleteCoordinator
-
- All Known Implementing Classes:
AbstractDeleteCoordinator,DeleteCoordinatorSoft,DeleteCoordinatorStandard
public interface DeleteCoordinatorCoordinates the deleting of an entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcoordinateDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session)Perform the deletionsMutationOperationGroupgetStaticDeleteGroup()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
-
-