|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TxIsolation | |
---|---|
com.avaje.ebean | Core API (see Ebean and EbeanServer). |
Uses of TxIsolation in com.avaje.ebean |
---|
Methods in com.avaje.ebean that return TxIsolation | |
---|---|
static TxIsolation |
TxIsolation.fromLevel(int connectionIsolationLevel)
Return the TxIsolation given the java.sql.Connection isolation level. |
TxIsolation |
TxScope.getIsolation()
Return the Isolation level this transaction should run with. |
static TxIsolation |
TxIsolation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TxIsolation[] |
TxIsolation.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 TxIsolation | |
---|---|
Transaction |
EbeanServer.beginTransaction(TxIsolation isolation)
Start a transaction additionally specifying the isolation level. |
static Transaction |
Ebean.beginTransaction(TxIsolation isolation)
Start a transaction additionally specifying the isolation level. |
Transaction |
EbeanServer.createTransaction(TxIsolation isolation)
Create a new transaction additionally specifying the isolation level. |
TxScope |
TxScope.setIsolation(TxIsolation isolation)
Set the transaction isolation level this transaction should run with. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |