FileDocCategorySizeDatePackage
NonBatchingBatcherFactory.javaAPI DocHibernate 3.2.5521Fri Jul 29 14:10:20 BST 2005org.hibernate.jdbc

NonBatchingBatcherFactory

public class NonBatchingBatcherFactory extends Object implements BatcherFactory
A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public BatchercreateBatcher(ConnectionManager connectionManager, org.hibernate.Interceptor interceptor)

		return new NonBatchingBatcher( connectionManager, interceptor );