Drools :: Persistence :: JPA 6.2.0.CR2

Uses of Interface
org.drools.persistence.TransactionManager

Packages that use TransactionManager
org.drools.persistence   
org.drools.persistence.jpa   
org.drools.persistence.jta   
org.drools.persistence.map   
 

Uses of TransactionManager in org.drools.persistence
 

Methods in org.drools.persistence with parameters of type TransactionManager
static void TransactionManagerHelper.addToUpdatableSet(TransactionManager txm, Transformable transformable)
           
static Set<Transformable> TransactionManagerHelper.getUpdateableSet(TransactionManager txm)
           
static void TransactionManagerHelper.registerTransactionSyncInContainer(TransactionManager txm, OrderedTransactionSynchronization synchronization)
           
static void TransactionManagerHelper.removeFromUpdatableSet(TransactionManager txm, Transformable transformable)
           
 

Constructors in org.drools.persistence with parameters of type TransactionManager
SingleSessionCommandService.EndOperationListenerImpl(TransactionManager txm, SessionInfo info)
           
TriggerUpdateTransactionSynchronization(TransactionManager txm, org.kie.api.runtime.Environment environment)
           
 

Uses of TransactionManager in org.drools.persistence.jpa
 

Fields in org.drools.persistence.jpa declared as TransactionManager
protected  TransactionManager AbstractPersistenceContextManager.txm
           
protected  TransactionManager JpaPersistenceContext.txm
           
 

Constructors in org.drools.persistence.jpa with parameters of type TransactionManager
JpaPersistenceContext(javax.persistence.EntityManager em, boolean isJTA, boolean locking, TransactionManager txm)
           
JpaPersistenceContext(javax.persistence.EntityManager em, boolean isJTA, TransactionManager txm)
           
JpaPersistenceContext(javax.persistence.EntityManager em, TransactionManager txm)
           
 

Uses of TransactionManager in org.drools.persistence.jta
 

Classes in org.drools.persistence.jta that implement TransactionManager
 class JtaTransactionManager
           
 

Methods in org.drools.persistence.jta with parameters of type TransactionManager
protected  void TransactionLockInterceptor.release(TransactionManager txm)
           
 

Uses of TransactionManager in org.drools.persistence.map
 

Classes in org.drools.persistence.map that implement TransactionManager
 class ManualTransactionManager
           
 

Methods in org.drools.persistence.map that return TransactionManager
 TransactionManager KnowledgeSessionStorageEnvironmentBuilder.getTransactionManager()
           
 TransactionManager EnvironmentBuilder.getTransactionManager()
           
 


Drools :: Persistence :: JPA 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.