| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| 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> c)
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> c)
Execute a TxCallable in a Transaction with an explicit scope.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultServer.execute(TxCallable<T> c) |
<T> T |
DefaultServer.execute(TxScope scope,
TxCallable<T> c) |
Copyright © 2014. All Rights Reserved.