Uses of Interface
org.hibernate.jdbc.BatcherFactory

Packages that use BatcherFactory
org.hibernate.cfg   
org.hibernate.impl   
org.hibernate.jdbc   
 

Uses of BatcherFactory in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return BatcherFactory
 BatcherFactory Settings.getBatcherFactory()
           
protected  BatcherFactory SettingsFactory.createBatcherFactory(Properties properties, int batchSize)
           
 

Uses of BatcherFactory in org.hibernate.impl
 

Methods in org.hibernate.impl that return BatcherFactory
 BatcherFactory SessionFactoryImpl.getBatcherFactory()
           
 

Uses of BatcherFactory in org.hibernate.jdbc
 

Classes in org.hibernate.jdbc that implement BatcherFactory
 class BatchingBatcherFactory
          A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations.
 class NonBatchingBatcherFactory
          A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations.