public class TransactionManagerHelper extends Object
Constructor and Description |
---|
TransactionManagerHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addToUpdatableSet(TransactionManager txm,
Transformable transformable) |
static Set<Transformable> |
getUpdateableSet(TransactionManager txm) |
static void |
registerTransactionSyncInContainer(TransactionManager txm,
OrderedTransactionSynchronization synchronization) |
static void |
removeFromUpdatableSet(TransactionManager txm,
Transformable transformable) |
public static void registerTransactionSyncInContainer(TransactionManager txm, OrderedTransactionSynchronization synchronization)
public static void addToUpdatableSet(TransactionManager txm, Transformable transformable)
public static void removeFromUpdatableSet(TransactionManager txm, Transformable transformable)
public static Set<Transformable> getUpdateableSet(TransactionManager txm)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.