| 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 void |
Ebean.execute(TxRunnable r)
Execute a TxRunnable in a Transaction with the default scope.
|
void |
EbeanServer.execute(TxRunnable r)
Execute a TxRunnable in a Transaction with the default scope.
|
static void |
Ebean.execute(TxScope scope,
TxRunnable r)
Execute a TxRunnable in a Transaction with an explicit scope.
|
void |
EbeanServer.execute(TxScope scope,
TxRunnable r)
Execute a TxRunnable in a Transaction with an explicit scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServer.execute(TxRunnable r) |
void |
DefaultServer.execute(TxScope scope,
TxRunnable r) |
Copyright © 2014. All Rights Reserved.