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 |
doExecuteBatch()
Perform batch execution.
|
addObserver, execute, getBatchStatement, getKey, getStatements, notifyObserversExplicitExecution, notifyObserversImplicitExecution, release, sqlExceptionHelper, sqlStatementLogger
protected NonBatchingBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
public void addToBatch()
Batch
protected void doExecuteBatch()
AbstractBatchImpl
execution
, but may also be called from elsewhere
depending on the exact implementation.doExecuteBatch
in class AbstractBatchImpl
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.