| 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.
|
| Class and Description |
|---|
| BatchModeTransactionManager
Not really a transaction manager in the truest sense of the word.
|
| EmbeddedBaseTransactionManager
A simple
TransactionManager implementation. |
| EmbeddedTransaction
A
Transaction implementation used by EmbeddedBaseTransactionManager. |
| EmbeddedTransactionManager
Simple transaction manager implementation that maintains transaction state in memory only.
|
| EmbeddedUserTransaction
A
UserTransaction implementation that uses EmbeddedTransactionManager. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.