站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

NonBatchingBatcherFactory (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.jdbc
Class NonBatchingBatcherFactory

java.lang.Object
  extended byorg.hibernate.jdbc.NonBatchingBatcherFactory
All Implemented Interfaces:
BatcherFactory

public class NonBatchingBatcherFactory
extends Object
implements BatcherFactory

A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations.

Author:
Gavin King

Constructor Summary
NonBatchingBatcherFactory()
           
 
Method Summary
 Batcher createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonBatchingBatcherFactory

public NonBatchingBatcherFactory()
Method Detail

createBatcher

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