public interface TransactionManager
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
context() |
Transaction |
current() |
boolean |
hasCurrent() |
Transaction |
newTransactionIsolatedReadWrite() |
Transaction |
newTransactionReadOnly() |
Transaction |
newTransactionReadWrite() |
Transaction newTransactionReadOnly()
Transaction newTransactionReadWrite()
Transaction newTransactionIsolatedReadWrite()
Transaction current()
boolean hasCurrent()
TransactionContext context()
Copyright © 2019. All rights reserved.