BaseTransaction
static methods or better -
ServerRuntime.performInTransaction(org.apache.cayenne.tx.TransactionalOperation)
. Also note that since 4.0 an actual Transaction is an interface
located in a different package:
Transaction
@Deprecated public abstract class Transaction extends Object
Constructor and Description |
---|
Transaction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
bindThreadTransaction(Transaction transaction)
Deprecated.
|
static Transaction |
getThreadTransaction()
Deprecated.
|
@Deprecated public static void bindThreadTransaction(Transaction transaction)
@Deprecated public static Transaction getThreadTransaction()
Copyright © 2001–2018 Apache Cayenne. All rights reserved.