public interface TopiaTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
closeContext()
Closes the context.
|
void |
commitTransaction()
Applies all the modifications made to this context on the persistence
device.
|
boolean |
isClosed()
Tells if the context is closed
|
void |
rollbackTransaction()
Cancels all the modifications made to this context, coming back to the
state on the last beginTransaction.
|
void commitTransaction()
void rollbackTransaction()
void closeContext()
boolean isClosed()
true if the context is closed, false otherwiseCopyright © 2004–2013 CodeLutin. All rights reserved.