Uses of Class
org.infinispan.commons.tx.TransactionManagerImpl
-
Packages that use TransactionManagerImpl Package Description org.infinispan.transaction.tm Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only transaction manager. -
-
Uses of TransactionManagerImpl in org.infinispan.transaction.tm
Subclasses of TransactionManagerImpl in org.infinispan.transaction.tm Modifier and Type Class Description classBatchModeTransactionManagerNot really a transaction manager in the truest sense of the word.classEmbeddedBaseTransactionManagerA simpleTransactionManagerimplementation.classEmbeddedTransactionManagerSimple transaction manager implementation that maintains transaction state in memory only.
-