public class

BatchingBatcher

extends AbstractBatcher
java.lang.Object
   ↳ org.hibernate.jdbc.AbstractBatcher
     ↳ org.hibernate.jdbc.BatchingBatcher

Class Overview

An implementation of the Batcher interface that actually uses batching

Summary

[Expand]
Inherited Fields
From class org.hibernate.jdbc.AbstractBatcher
Public Constructors
BatchingBatcher(ConnectionManager connectionManager, Interceptor interceptor)
Public Methods
void addToBatch(Expectation expectation)
Protected Methods
void doExecuteBatch(PreparedStatement ps)
[Expand]
Inherited Methods
From class org.hibernate.jdbc.AbstractBatcher
From class java.lang.Object
From interface org.hibernate.jdbc.Batcher

Public Constructors

public BatchingBatcher (ConnectionManager connectionManager, Interceptor interceptor)

Public Methods

public void addToBatch (Expectation expectation)

Protected Methods

protected void doExecuteBatch (PreparedStatement ps)