Interface BatchBuilder
-
- All Superinterfaces:
Serializable,Service
- All Known Implementing Classes:
BatchBuilderImpl
public interface BatchBuilder extends Service
A builder forBatchinstances.A custom
BatchBuildermay be selected using the configuration property "hibernate.jdbc.factory_class".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchbuildBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)Build a batch.
-
-
-
Method Detail
-
buildBatch
Batch buildBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
Build a batch.- Parameters:
key- Value to uniquely identify a batchjdbcCoordinator- The JDBC coordinator with which to coordinate efforts- Returns:
- The built batch
-
-