|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.jdbc.AbstractBatcher
org.hibernate.jdbc.NonBatchingBatcher
public class NonBatchingBatcher
An implementation of the Batcher interface that does no batching
| Field Summary |
|---|
| Fields inherited from class org.hibernate.jdbc.AbstractBatcher |
|---|
log |
| Constructor Summary | |
|---|---|
NonBatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor)
|
|
| Method Summary | |
|---|---|
void |
addToBatch(Expectation expectation)
Add an insert / delete / update to the current batch (might be called multiple times for single prepareBatchStatement()) |
protected void |
doExecuteBatch(java.sql.PreparedStatement ps)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonBatchingBatcher(ConnectionManager connectionManager,
Interceptor interceptor)
| Method Detail |
|---|
public void addToBatch(Expectation expectation)
throws java.sql.SQLException,
HibernateException
Batcher
java.sql.SQLException
HibernateException
protected void doExecuteBatch(java.sql.PreparedStatement ps)
throws java.sql.SQLException,
HibernateException
doExecuteBatch in class AbstractBatcherjava.sql.SQLException
HibernateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||