|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TxRunnable | |
---|---|
com.avaje.ebean | Core API (see Ebean and EbeanServer). |
Uses of TxRunnable in com.avaje.ebean |
---|
Methods in com.avaje.ebean with parameters of type TxRunnable | |
---|---|
void |
EbeanServer.execute(TxRunnable r)
Execute a TxRunnable in a Transaction with the default scope. |
static void |
Ebean.execute(TxRunnable r)
Execute a TxRunnable in a Transaction with the default scope. |
void |
EbeanServer.execute(TxScope scope,
TxRunnable r)
Execute a TxRunnable in a Transaction with an explicit scope. |
static void |
Ebean.execute(TxScope scope,
TxRunnable r)
Execute a TxRunnable in a Transaction with an explicit scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |