public interface Transactional
Transaction| Modifier and Type | Method and Description |
|---|---|
default void |
txBegin(String txName)
Method to start a transaction manually.
|
default void |
txEnd(String txName)
Method to stop the manually started transaction.
|
default void txBegin(String txName)
txName - the name of the transaction to start. Use the same annotatio to stop the transaction.default void txEnd(String txName)
txName - the name of the transaction to stopCopyright © 2016 DevCon5 GmbH. All rights reserved.