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