Uses of Package
org.infinispan.transaction.tm
-
Packages that use org.infinispan.transaction.tm Package Description org.infinispan.server.hotrod.tx.table 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. -
Classes in org.infinispan.transaction.tm used by org.infinispan.server.hotrod.tx.table Class Description EmbeddedTransaction ATransaction
implementation used byEmbeddedBaseTransactionManager
. -
Classes in org.infinispan.transaction.tm used by org.infinispan.transaction.tm Class Description BatchModeTransactionManager Not really a transaction manager in the truest sense of the word.DummyBaseTransactionManager Deprecated.DummyTransaction Deprecated.DummyTransactionManager Deprecated.DummyUserTransaction Deprecated.EmbeddedBaseTransactionManager A simpleTransactionManager
implementation.EmbeddedTransaction ATransaction
implementation used byEmbeddedBaseTransactionManager
.EmbeddedTransactionManager Simple transaction manager implementation that maintains transaction state in memory only.EmbeddedUserTransaction AUserTransaction
implementation that usesEmbeddedTransactionManager
.