org.hibernate.jdbc
Class BatchingBatcherFactory

java.lang.Object
  extended byorg.hibernate.jdbc.BatchingBatcherFactory
All Implemented Interfaces:
BatcherFactory

public class BatchingBatcherFactory
extends Object
implements BatcherFactory

Author:
Gavin King

Constructor Summary
BatchingBatcherFactory()
           
 
Method Summary
 Batcher createBatcher(JDBCContext jdbcContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchingBatcherFactory

public BatchingBatcherFactory()
Method Detail

createBatcher

public Batcher createBatcher(JDBCContext jdbcContext)
Specified by:
createBatcher in interface BatcherFactory