| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TxScope |
TxScope.setType(TxType type)
Set the transaction type.
|
| Constructor and Description |
|---|
TxScope(TxType type)
Create with a given transaction scope type.
|
Copyright © 2016. All rights reserved.