Class BatchedStatementsExecutor
java.lang.Object
de.hybris.platform.util.localization.jdbc.executor.BatchedStatementsExecutor
- All Implemented Interfaces:
StatementsExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionBatchedStatementsExecutor(ExecutorService executorService, DataSource dataSource) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Iterable<StatementWithParams> statements) voidflush()
-
Constructor Details
-
BatchedStatementsExecutor
-
-
Method Details
-
execute
- Specified by:
executein interfaceStatementsExecutor
-
flush
public void flush()- Specified by:
flushin interfaceStatementsExecutor
-