Uses of Interface
org.drools.persistence.api.Transformable
-
Packages that use Transformable Package Description org.drools.persistence.api -
-
Uses of Transformable in org.drools.persistence.api
Subinterfaces of Transformable in org.drools.persistence.api Modifier and Type Interface Description interfacePersistentSessionBasic interface so that persisteces can avoid depending on the JPA implementation of a session.interfacePersistentWorkItemBasic interface so that persisteces can avoid depending on the JPA implementation of a work item.Methods in org.drools.persistence.api that return types with arguments of type Transformable Modifier and Type Method Description static java.util.Set<Transformable>TransactionManagerHelper. getUpdateableSet(TransactionManager txm)Methods in org.drools.persistence.api with parameters of type Transformable Modifier and Type Method Description static voidTransactionManagerHelper. addToUpdatableSet(TransactionManager txm, Transformable transformable)static voidTransactionManagerHelper. removeFromUpdatableSet(TransactionManager txm, Transformable transformable)
-