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

BatchingBatcherFactory

public class BatchingBatcherFactory extends Object implements BatcherFactory
A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations.
author
Gavin King

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

		return new BatchingBatcher( connectionManager, interceptor );