Package org.drools.persistence.api
Class TransactionManagerHelper
- java.lang.Object
-
- org.drools.persistence.api.TransactionManagerHelper
-
public class TransactionManagerHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionManagerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToUpdatableSet(TransactionManager txm, Transformable transformable)static Set<Transformable>getUpdateableSet(TransactionManager txm)static voidregisterTransactionSyncInContainer(TransactionManager txm, OrderedTransactionSynchronization synchronization)static voidremoveFromUpdatableSet(TransactionManager txm, Transformable transformable)
-
-
-
Method Detail
-
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)
-
-