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, sqlStatementLoggerprotected NonBatchingBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
public void addToBatch()
Batchprotected void doExecuteBatch()
AbstractBatchImplexecution, but may also be called from elsewhere
depending on the exact implementation.doExecuteBatch in class AbstractBatchImplCopyright © 2012 JBoss by Red Hat. All Rights Reserved.