org.drools.persistence
Class TransactionManagerHelper
java.lang.Object
org.drools.persistence.TransactionManagerHelper
public class TransactionManagerHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionManagerHelper
public TransactionManagerHelper()
registerTransactionSyncInContainer
public static void registerTransactionSyncInContainer(TransactionManager txm,
OrderedTransactionSynchronization synchronization)
addToUpdatableSet
public static void addToUpdatableSet(TransactionManager txm,
Transformable transformable)
removeFromUpdatableSet
public static void removeFromUpdatableSet(TransactionManager txm,
Transformable transformable)
getUpdateableSet
public static Set<Transformable> getUpdateableSet(TransactionManager txm)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.