org.hibernate.jdbc

Class NonBatchingBatcherFactory

Implemented Interfaces:
BatcherFactory

public class NonBatchingBatcherFactory
extends java.lang.Object
implements BatcherFactory

A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations.
Author:
Gavin King

Method Summary

Batcher
createBatcher(ConnectionManager connectionManager, Interceptor interceptor)

Method Details

createBatcher

public Batcher createBatcher(ConnectionManager connectionManager,
                             Interceptor interceptor)
Specified by:
createBatcher in interface BatcherFactory