public interface Batch extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
End this batch.
|
void |
discard()
Discards this batch.
|
boolean |
isActive()
Indicates whether or not this batch is active.
|
boolean isActive()
void close()
close in interface AutoCloseablevoid discard()
Copyright © 2015 JBoss by Red Hat. All rights reserved.