|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TxType | |
---|---|
com.avaje.ebean | Core API (see Ebean and EbeanServer). |
Uses of TxType in com.avaje.ebean |
---|
Methods in com.avaje.ebean that return TxType | |
---|---|
TxType |
TxScope.getType()
Return the transaction type. |
static TxType |
TxType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TxType[] |
TxType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.avaje.ebean with parameters of type TxType | |
---|---|
TxScope |
TxScope.setType(TxType type)
Set the transaction type. |
Constructors in com.avaje.ebean with parameters of type TxType | |
---|---|
TxScope(TxType type)
Create with a given transaction scope type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |