| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| 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 runnable)
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 runnable)
Execute a TxRunnable in a Transaction with an explicit scope.
|
Copyright © 2016. All rights reserved.