public class

NonBatchingBatcherFactory

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

Class Overview

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

Summary

Public Constructors
NonBatchingBatcherFactory()
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 NonBatchingBatcherFactory ()

Public Methods

public Batcher createBatcher (ConnectionManager connectionManager, Interceptor interceptor)