Uses of Interface
com.avaje.ebean.event.TransactionEventListener

Packages that use TransactionEventListener
com.avaje.ebean.config Configuration settings for EbeanServer construction 
com.avaje.ebean.event Persist and Query Event Controllers and Listeners 
 

Uses of TransactionEventListener in com.avaje.ebean.config
 

Methods in com.avaje.ebean.config that return types with arguments of type TransactionEventListener
 List<TransactionEventListener> ServerConfig.getTransactionEventListeners()
          Return the TransactionEventListener instances.
 

Methods in com.avaje.ebean.config with parameters of type TransactionEventListener
 void ServerConfig.add(TransactionEventListener listener)
          Register a TransactionEventListener instance
 

Method parameters in com.avaje.ebean.config with type arguments of type TransactionEventListener
 void ServerConfig.setTransactionEventListeners(List<TransactionEventListener> transactionEventListeners)
          Register all the TransactionEventListener instances.
 

Uses of TransactionEventListener in com.avaje.ebean.event
 

Classes in com.avaje.ebean.event that implement TransactionEventListener
 class TransactionEventListenerAdapter
          A no operation implementation of TransactionEventListener.
 



Copyright © 2012. All Rights Reserved.