| Package | Description |
|---|---|
| li.strolch.persistence.api |
| Modifier and Type | Method and Description |
|---|---|
StrolchTransactionException |
StrolchTransaction.fail(String exceptionMessage)
Sets the
TransactionCloseStrategy to TransactionCloseStrategy.ROLLBACK and returns a
StrolchTransactionException which can be thrown by the caller to stop the exception |
StrolchTransactionException |
AbstractTransaction.fail(String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
StrolchTransaction.autoCloseableCommit()
DO NOT CALL THIS METHOD.
|
void |
StrolchTransaction.autoCloseableDoNothing()
DO NOT CALL THIS METHOD.
|
void |
AbstractTransaction.autoCloseableDoNothing() |
void |
StrolchTransaction.autoCloseableRollback()
DO NOT CALL THIS METHOD.
|
void |
StrolchTransaction.close()
DO NOT CALL THIS METHOD.
|
void |
AbstractTransaction.close() |
Copyright © 2011–2016 Strolch. All rights reserved.