org.hibernate.jdbc
Class NonBatchingBatcherFactory
java.lang.Object
org.hibernate.jdbc.NonBatchingBatcherFactory
- All Implemented Interfaces:
- BatcherFactory
- public class NonBatchingBatcherFactory
- extends Object
- implements BatcherFactory
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonBatchingBatcherFactory
public NonBatchingBatcherFactory()
createBatcher
public Batcher createBatcher(JDBCContext jdbcContext)
- Specified by:
createBatcher
in interface BatcherFactory