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.
-
Class Summary Class Description BatchModeTransactionManager Not really a transaction manager in the truest sense of the word.DummyBaseTransactionManager Deprecated. DummyNoXaXid Deprecated. it will be removed andEmbeddedXidwould be used instead.DummyTransaction Deprecated. DummyTransactionManager Deprecated. DummyUserTransaction Deprecated. DummyXid Deprecated. useEmbeddedXid.EmbeddedBaseTransactionManager A simpleTransactionManagerimplementation.EmbeddedTransaction ATransactionimplementation used byEmbeddedBaseTransactionManager.EmbeddedTransactionManager Simple transaction manager implementation that maintains transaction state in memory only.EmbeddedUserTransaction AUserTransactionimplementation that usesEmbeddedTransactionManager.EmbeddedXid Implementation ofXidused byEmbeddedTransactionManager.