public interface IBatchable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBatchProcessingActive() |
EChange |
startBatchProcessing()
Start batch processing on this object.
|
EChange |
stopBatchProcessingAndCommit()
Stop batch processing on this object and commit any pending changes.
|
boolean isBatchProcessingActive()
true if batch processing is currently active,
false otherwise.@Nonnull EChange startBatchProcessing()
EChange.CHANGED if batch processing was enabled for this
object, EChange.UNCHANGED if batch processing is already
active.@Nonnull EChange stopBatchProcessingAndCommit()
EChange.CHANGED if batch processing was successfully
stopped, EChange.UNCHANGED if batch processing was not
active.Copyright © 2006–2015 phloc systems. All rights reserved.