Interface HibernateBulkAction<CONTEXT extends BulkExecutionContext,TARGET>
-
- Type Parameters:
CONTEXT
- action contextTARGET
- type of object need to processed
public interface HibernateBulkAction<CONTEXT extends BulkExecutionContext,TARGET>
Simple interface for bulk action on Hibernate- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(CONTEXT context, TARGET processingObject, BulkAction<CONTEXT,TARGET> processingAction)
-
-
-
Method Detail
-
execute
void execute(CONTEXT context, TARGET processingObject, BulkAction<CONTEXT,TARGET> processingAction)
-
-