Uses of Class
org.multiverse.api.TxnThreadLocal.Container
-
Packages that use TxnThreadLocal.Container Package Description org.multiverse.api -
-
Uses of TxnThreadLocal.Container in org.multiverse.api
Fields in org.multiverse.api with type parameters of type TxnThreadLocal.Container Modifier and Type Field Description static ThreadLocal<TxnThreadLocal.Container>
TxnThreadLocal. threadlocal
Methods in org.multiverse.api that return TxnThreadLocal.Container Modifier and Type Method Description static TxnThreadLocal.Container
TxnThreadLocal. getThreadLocalTxnContainer()
ThreadLocalTransaction Gets the ThreadLocal container that stores the Txn.
-