Interface TableBasedDeleteHandler.ExecutionDelegate
-
- All Known Implementing Classes:
AbstractDeleteExecutionDelegate,RestrictedDeleteExecutionDelegate,SoftDeleteExecutionDelegate
- Enclosing class:
- TableBasedDeleteHandler
public static interface TableBasedDeleteHandler.ExecutionDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intexecute(DomainQueryExecutionContext executionContext)
-
-
-
Method Detail
-
execute
int execute(DomainQueryExecutionContext executionContext)
-
-