Uses of Class
org.infinispan.transaction.tm.EmbeddedTransaction
-
Packages that use EmbeddedTransaction Package Description org.infinispan.server.hotrod.tx.table 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 EmbeddedTransaction in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table that return EmbeddedTransaction Modifier and Type Method Description EmbeddedTransactionPerCacheTxTable. getLocalTx(Xid xid)Methods in org.infinispan.server.hotrod.tx.table with parameters of type EmbeddedTransaction Modifier and Type Method Description voidPerCacheTxTable. createLocalTx(Xid xid, EmbeddedTransaction tx)Adds theEmbeddedTransactionin the local transaction table. -
Uses of EmbeddedTransaction in org.infinispan.transaction.tm
Methods in org.infinispan.transaction.tm that return EmbeddedTransaction Modifier and Type Method Description protected EmbeddedTransactionEmbeddedBaseTransactionManager. createTransaction()EmbeddedTransactionEmbeddedBaseTransactionManager. getTransaction()
-