Class BatchModeTransactionManager

java.lang.Object
org.infinispan.commons.tx.TransactionManagerImpl
org.infinispan.transaction.tm.EmbeddedBaseTransactionManager
org.infinispan.transaction.tm.BatchModeTransactionManager
All Implemented Interfaces:
javax.transaction.TransactionManager

public class BatchModeTransactionManager extends EmbeddedBaseTransactionManager
Not really a transaction manager in the truest sense of the word. Only used to batch up operations. Proper transactional semantics of rollbacks and recovery are NOT used here.
Since:
4.0
Author:
bela