public class

NonBatchingBatcher

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

Class Overview

An implementation of the Batcher interface that does no batching

Summary

[Expand]
Inherited Fields
From class org.hibernate.jdbc.AbstractBatcher
Public Constructors
NonBatchingBatcher(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 NonBatchingBatcher (ConnectionManager connectionManager, Interceptor interceptor)

Public Methods

public void addToBatch (Expectation expectation)

Protected Methods

protected void doExecuteBatch (PreparedStatement ps)