Interface BatchBuilder
-
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
BatchBuilderImpl
public interface BatchBuilder extends Service
A builder forBatch
instances.A custom
BatchBuilder
may be selected using the configuration property "hibernate.jdbc.factory_class".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Batch
buildBatch(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
-
-