public class BatchContainer extends Object
BatchingCache.startBatch()
and
BatchingCache.endBatch(boolean)
calls.Constructor and Description |
---|
BatchContainer() |
Modifier and Type | Method and Description |
---|---|
void |
endBatch(boolean success) |
void |
endBatch(boolean autoBatch,
boolean success) |
Transaction |
getBatchTransaction() |
boolean |
isSuspendTxAfterInvocation() |
boolean |
startBatch()
Starts a batch
|
boolean |
startBatch(boolean autoBatch) |
public boolean startBatch() throws CacheException
CacheException
public boolean startBatch(boolean autoBatch) throws CacheException
CacheException
public void endBatch(boolean success)
public void endBatch(boolean autoBatch, boolean success)
public Transaction getBatchTransaction()
public boolean isSuspendTxAfterInvocation()
Copyright © 2021 JBoss by Red Hat. All rights reserved.