Uses of Class
org.infinispan.transaction.tm.EmbeddedBaseTransactionManager
-
Packages that use EmbeddedBaseTransactionManager 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 EmbeddedBaseTransactionManager in org.infinispan.transaction.tm
Subclasses of EmbeddedBaseTransactionManager in org.infinispan.transaction.tm Modifier and Type Class Description classBatchModeTransactionManagerNot really a transaction manager in the truest sense of the word.classEmbeddedTransactionManagerSimple transaction manager implementation that maintains transaction state in memory only.Constructors in org.infinispan.transaction.tm with parameters of type EmbeddedBaseTransactionManager Constructor Description EmbeddedTransaction(EmbeddedBaseTransactionManager tm)
-