| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.event |
Persist and Query Event Controllers and Listeners
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionEventListener> |
ServerConfig.getTransactionEventListeners()
Return the TransactionEventListener instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.add(TransactionEventListener listener)
Register a TransactionEventListener instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setTransactionEventListeners(List<TransactionEventListener> transactionEventListeners)
Register all the TransactionEventListener instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionEventListenerAdapter
A no operation implementation of TransactionEventListener.
|
Copyright © 2016. All rights reserved.