org.hibernate.test.manytomany.batchload
Class BatchedManyToManyTest.TestingBatchBuilder
java.lang.Object
org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
org.hibernate.test.manytomany.batchload.BatchedManyToManyTest.TestingBatchBuilder
- All Implemented Interfaces:
- Serializable, BatchBuilder, Service, Configurable, Manageable
- Enclosing class:
- BatchedManyToManyTest
public static class BatchedManyToManyTest.TestingBatchBuilder
- extends BatchBuilderImpl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchedManyToManyTest.TestingBatchBuilder
public BatchedManyToManyTest.TestingBatchBuilder()
buildBatch
public Batch buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
- Description copied from interface:
BatchBuilder
- Build a batch.
- Specified by:
buildBatch
in interface BatchBuilder
- Overrides:
buildBatch
in class BatchBuilderImpl
- Parameters:
key
- Value to uniquely identify a batchjdbcCoordinator
- The JDBC coordinator with which to coordinate efforts
- Returns:
- The built batch
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.