| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionCallbackAdapter
Adapter that can be extended for easier implementation of TransactionCallback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.register(TransactionCallback callback)
Register a TransactionCallback with this transaction.
|
static void |
Ebean.register(TransactionCallback transactionCallback)
Register a TransactionCallback on the currently active transaction.
|
void |
EbeanServer.register(TransactionCallback transactionCallback)
Register a TransactionCallback on the currently active transaction.
|
Copyright © 2016. All rights reserved.