Package org.infinispan.transaction.tm
package 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.
-
ClassDescriptionNot really a transaction manager in the truest sense of the word.A simple
TransactionManager
implementation.ATransaction
implementation used byEmbeddedBaseTransactionManager
.Simple transaction manager implementation that maintains transaction state in memory only.AUserTransaction
implementation that usesEmbeddedTransactionManager
.