| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.event |
Persist and Query Event Controllers and Listeners
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionEventListener> |
BootupClasses.getTransactionEventListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
BootupClasses.addTransactionEventListeners(List<TransactionEventListener> transactionEventListeners)
Add TransactionEventListeners instances.
|
Copyright © 2014. All Rights Reserved.