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

java.lang.Object
  extended by org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
      extended by org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
          extended by org.hibernate.test.manytomany.batchload.BatchedManyToManyTest.TestingBatch
All Implemented Interfaces:
Batch
Enclosing class:
BatchedManyToManyTest

public static class BatchedManyToManyTest.TestingBatch
extends NonBatchingBatch


Constructor Summary
BatchedManyToManyTest.TestingBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
           
 
Method Summary
 
Methods inherited from class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
addToBatch, doExecuteBatch
 
Methods inherited from class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
addObserver, execute, getBatchStatement, getKey, getStatements, notifyObserversExplicitExecution, notifyObserversImplicitExecution, release, sqlExceptionHelper, sqlStatementLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedManyToManyTest.TestingBatch

public BatchedManyToManyTest.TestingBatch(BatchKey key,
                                          JdbcCoordinator jdbcCoordinator)


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