Drools :: Persistence :: JPA 6.2.0.CR1

Uses of Interface
org.drools.persistence.Transformable

Packages that use Transformable
org.drools.persistence   
org.drools.persistence.info   
 

Uses of Transformable in org.drools.persistence
 

Methods in org.drools.persistence that return types with arguments of type Transformable
static Set<Transformable> TransactionManagerHelper.getUpdateableSet(TransactionManager txm)
           
 

Methods in org.drools.persistence with parameters of type Transformable
static void TransactionManagerHelper.addToUpdatableSet(TransactionManager txm, Transformable transformable)
           
static void TransactionManagerHelper.removeFromUpdatableSet(TransactionManager txm, Transformable transformable)
           
 

Uses of Transformable in org.drools.persistence.info
 

Classes in org.drools.persistence.info that implement Transformable
 class SessionInfo
           
 class WorkItemInfo
           
 


Drools :: Persistence :: JPA 6.2.0.CR1

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