Uses of Class
org.infinispan.transaction.tm.DummyTransaction
-
Packages that use DummyTransaction 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. -
-
Uses of DummyTransaction in org.infinispan.transaction.tm
Methods in org.infinispan.transaction.tm that return DummyTransaction Modifier and Type Method Description DummyTransactionDummyBaseTransactionManager. getTransaction()Deprecated.Get the transaction associated with the calling thread.
-