public interface TopiaTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
commitTransaction()
Applies all the modifications made to this context on the persistence
device.
|
void |
rollbackTransaction()
Cancels all the modifications made to this context, coming back to the
state on the last beginTransaction.
|
void commitTransaction()
void rollbackTransaction()
Copyright © 2004–2013 CodeLutin. All rights reserved.