Uses of Class
org.infinispan.commons.tx.TransactionManagerImpl
Package
Description
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only
transaction manager.
-
Uses of TransactionManagerImpl in org.infinispan.client.hotrod.transaction.manager
Modifier and TypeClassDescriptionfinal class
A simpleTransactionManager
implementation. -
Uses of TransactionManagerImpl in org.infinispan.transaction.tm
Modifier and TypeClassDescriptionclass
Not really a transaction manager in the truest sense of the word.class
A simpleTransactionManager
implementation.class
Simple transaction manager implementation that maintains transaction state in memory only.