Uses of Package
org.infinispan.transaction.tm
Packages that use org.infinispan.transaction.tm
Package
Description
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only
transaction manager.
-
Classes in org.infinispan.transaction.tm used by org.infinispan.server.hotrod.tx.table
-
Classes in org.infinispan.transaction.tm used by org.infinispan.transaction.tmClassDescriptionNot 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
.