Uses of Class
org.infinispan.commons.tx.TransactionManagerImpl
-
Packages that use TransactionManagerImpl Package Description org.infinispan.client.hotrod.transaction.manager 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. -
-
Uses of TransactionManagerImpl in org.infinispan.client.hotrod.transaction.manager
Subclasses of TransactionManagerImpl in org.infinispan.client.hotrod.transaction.manager Modifier and Type Class Description class
RemoteTransactionManager
A simpleTransactionManager
implementation. -
Uses of TransactionManagerImpl in org.infinispan.transaction.tm
Subclasses of TransactionManagerImpl in org.infinispan.transaction.tm Modifier and Type Class Description class
BatchModeTransactionManager
Not really a transaction manager in the truest sense of the word.class
EmbeddedBaseTransactionManager
A simpleTransactionManager
implementation.class
EmbeddedTransactionManager
Simple transaction manager implementation that maintains transaction state in memory only.
-