org.hibernate.jdbc
Interface BatcherFactory

All Known Implementing Classes:
BatchingBatcherFactory, NonBatchingBatcherFactory

public interface BatcherFactory

Factory for Batcher instances.

Author:
Gavin King

Method Summary
 Batcher createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
 

Method Detail

createBatcher

public Batcher createBatcher(ConnectionManager connectionManager,
                             Interceptor interceptor)