org.hibernate.test.manytomany.batchload
Class BatchedManyToManyTest.TestingBatchBuilder

java.lang.Object
  extended by org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
      extended by 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

Constructor Summary
BatchedManyToManyTest.TestingBatchBuilder()
           
 
Method Summary
 Batch buildBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
          Build a batch.
 
Methods inherited from class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
configure, getManagementBean, getManagementDomain, getManagementServiceType, setJdbcBatchSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedManyToManyTest.TestingBatchBuilder

public BatchedManyToManyTest.TestingBatchBuilder()
Method Detail

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 batch
jdbcCoordinator - The JDBC coordinator with which to coordinate efforts
Returns:
The built batch


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.