Uses of Class
org.infinispan.transaction.tm.EmbeddedTransaction
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 EmbeddedTransaction in org.infinispan.server.hotrod.tx.table
Modifier and TypeMethodDescriptionvoid
PerCacheTxTable.createLocalTx
(XidImpl xid, EmbeddedTransaction tx) Adds theEmbeddedTransaction
in the local transaction table. -
Uses of EmbeddedTransaction in org.infinispan.transaction.tm
Modifier and TypeMethodDescriptionprotected EmbeddedTransaction
EmbeddedBaseTransactionManager.createTransaction()
EmbeddedBaseTransactionManager.getTransaction()