|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionDelegate | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
Uses of TransactionDelegate in org.apache.cayenne.access |
---|
Fields in org.apache.cayenne.access declared as TransactionDelegate | |
---|---|
protected TransactionDelegate |
Transaction.delegate
|
protected TransactionDelegate |
DataDomain.transactionDelegate
|
Methods in org.apache.cayenne.access that return TransactionDelegate | |
---|---|
TransactionDelegate |
Transaction.getDelegate()
|
TransactionDelegate |
DataDomain.getTransactionDelegate()
|
Methods in org.apache.cayenne.access with parameters of type TransactionDelegate | |
---|---|
static Transaction |
Transaction.externalTransaction(TransactionDelegate delegate)
Factory method returning a new transaction instance that would NOT propagate commit/rollback to participating connections. |
static Transaction |
Transaction.internalTransaction(TransactionDelegate delegate)
Factory method returning a new transaction instance that would propagate commit/rollback to participating connections. |
void |
Transaction.setDelegate(TransactionDelegate delegate)
|
void |
DataDomain.setTransactionDelegate(TransactionDelegate transactionDelegate)
Initializes TransactionDelegate used by all DataContexts associated with this DataDomain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |