org.hibernate.jdbc
Class NonBatchingBatcher
- Batcher
public class NonBatchingBatcher
An implementation of the Batcher interface that does no batching
void | addToBatch(Expectation expectation) - Add an insert / delete / update to the current batch (might be called multiple times
for single prepareBatchStatement())
|
protected void | doExecuteBatch(PreparedStatement ps)
|
abortBatch , cancelLastQuery , closeConnection , closeQueryStatement , closeStatement , closeStatements , doExecuteBatch , executeBatch , getFactory , getResultSet , getResultSet , getStatement , hasOpenResources , openConnection , openResourceStatsAsString , prepareBatchCallableStatement , prepareBatchStatement , prepareCallableQueryStatement , prepareCallableStatement , prepareQueryStatement , prepareSelectStatement , prepareStatement , prepareStatement , prepareStatement , setTransactionTimeout , unsetTransactionTimeout |
addToBatch
public void addToBatch(Expectation expectation)
throws SQLException,
HibernateException
Add an insert / delete / update to the current batch (might be called multiple times
for single prepareBatchStatement())
- addToBatch in interface Batcher