| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Ebean.execute(TxCallable<T> c)
Execute a TxCallable in a Transaction with the default scope.
|
<T> T |
EbeanServer.execute(TxCallable<T> callable)
Execute a TxCallable in a Transaction with the default scope.
|
static <T> T |
Ebean.execute(TxScope scope,
TxCallable<T> c)
Execute a TxCallable in a Transaction with an explicit scope.
|
<T> T |
EbeanServer.execute(TxScope scope,
TxCallable<T> callable)
Execute a TxCallable in a Transaction with an explicit scope.
|
Copyright © 2016. All rights reserved.