org.hibernate.jdbc
Class BatchingBatcherFactory
java.lang.Object
   org.hibernate.jdbc.BatchingBatcherFactory
org.hibernate.jdbc.BatchingBatcherFactory
- All Implemented Interfaces: 
- BatcherFactory
- public class BatchingBatcherFactory 
- extends Object- implements BatcherFactory
A BatcherFactory implementation which constructs Batcher instances
 capable of actually performing batch operations.
- Author:
- Gavin King
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BatchingBatcherFactory
public BatchingBatcherFactory()
createBatcher
public Batcher createBatcher(ConnectionManager connectionManager,
                             Interceptor interceptor)
- 
- Specified by:
- createBatcherin interface- BatcherFactory
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.