@Service public class DefaultTransactionService extends java.lang.Object implements TransactionService
| Constructor and Description |
|---|
DefaultTransactionService() |
| Modifier and Type | Method and Description |
|---|---|
protected net.nemerosa.ontrack.tx.DefaultTransactionService.ITransaction |
createTransaction() |
Transaction |
get() |
Transaction |
start() |
Transaction |
start(boolean nested) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoInTransactionpublic Transaction start()
start in interface TransactionServicepublic Transaction start(boolean nested)
start in interface TransactionServicepublic Transaction get()
get in interface TransactionServiceprotected net.nemerosa.ontrack.tx.DefaultTransactionService.ITransaction createTransaction()