Uses of Interface
net.odoframework.container.tx.TxResource
| Package | Description |
|---|---|
| net.odoframework.container.sql | |
| net.odoframework.container.tx |
-
Uses of TxResource in net.odoframework.container.sql
Classes in net.odoframework.container.sql that implement TxResource Modifier and Type Class Description classTxDataSource -
Uses of TxResource in net.odoframework.container.tx
Methods in net.odoframework.container.tx that return types with arguments of type TxResource Modifier and Type Method Description Set<TxResource>TxScope. getResources()Methods in net.odoframework.container.tx with parameters of type TxResource Modifier and Type Method Description voidTxScope. add(TxResource resource)static voidTxScope. addResource(TxResource txResource)voidTransaction. enlist(TxResource txResource)Constructor parameters in net.odoframework.container.tx with type arguments of type TxResource Constructor Description RollbackFailedException(String message, Map<TxResource,Exception> causes)