Package com.avaje.ebean.event

Persist and Query Event Controllers and Listeners

See:
          Description

Interface Summary
BeanFinder<T> Used to override the finding implementation for a bean.
BeanPersistController Used to enhance or override the default bean persistence mechanism.
BeanPersistListener<T> Listens for committed bean events.
BeanPersistRequest<T> Holds the information available for a bean persist (insert, update or delete).
BeanQueryAdapter Objects extending this modify queries prior their execution.
BeanQueryRequest<T> Holds the information available for a bean query.
BulkTableEvent The bulk table event.
BulkTableEventListener Listen for bulk table events that occur.
ServerConfigStartup Used to configure the server on startup.
TransactionEventListener Used to get notified about commit or rollback of a transaction
 

Class Summary
BeanPersistAdapter A no operation implementation of BeanPersistController.
TransactionEventListenerAdapter A no operation implementation of TransactionEventListener.
 

Package com.avaje.ebean.event Description

Persist and Query Event Controllers and Listeners



Copyright © 2012. All Rights Reserved.