public class

BatchingBatcherFactory

extends Object
implements BatcherFactory
java.lang.Object
   ↳ org.hibernate.jdbc.BatchingBatcherFactory

Class Overview

A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations.

Summary

Public Constructors
BatchingBatcherFactory()
Public Methods
Batcher createBatcher(ConnectionManager connectionManager, Interceptor interceptor)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.jdbc.BatcherFactory

Public Constructors

public BatchingBatcherFactory ()

Public Methods

public Batcher createBatcher (ConnectionManager connectionManager, Interceptor interceptor)