public class NonBatchingBatch extends AbstractBatchImpl
Batch
which does not perform batching. It simply
executes each statement as it is encountered.Modifier | Constructor and Description |
---|---|
protected |
NonBatchingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator) |
Modifier and Type | Method and Description |
---|---|
void |
addToBatch()
Indicates completion of the current part of the batch.
|
protected void |
clearBatch(PreparedStatement statement) |
protected void |
doExecuteBatch()
Perform batch execution..
|
abortBatch, addObserver, execute, getBatchStatement, getJdbcCoordinator, getKey, getStatements, notifyObserversExplicitExecution, notifyObserversImplicitExecution, release, releaseStatements, sqlExceptionHelper, sqlStatementLogger
protected NonBatchingBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
public void addToBatch()
Batch
protected void clearBatch(PreparedStatement statement)
clearBatch
in class AbstractBatchImpl
protected void doExecuteBatch()
AbstractBatchImpl
execution
, but may also be called from elsewhere
depending on the exact implementation.doExecuteBatch
in class AbstractBatchImpl
Copyright © 2017 JBoss by Red Hat. All rights reserved.