| Modifier and Type | Method and Description |
|---|---|
SavepointHandle |
Session.setSavepoint()
Creates an unnamed savepoint in the current transaction.
|
SavepointHandle |
Session.setSavepoint(String name)
Creates a savepoint with the given name in the current transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.releaseSavepoint(SavepointHandle handle)
Removes the specified
Savepoint and subsequent Savepoint objects from the current
transaction. |
void |
Session.rollback(SavepointHandle handle)
Undoes all changes made after the given
Savepoint object was set. |
Tentackle - distributed, domain- and model-driven