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.
 

Class Summary
BeanPersistAdapter A no operation implementation of BeanPersistController.
 

Package com.avaje.ebean.event Description

Persist and Query Event Controllers and Listeners



Copyright © 2010. All Rights Reserved.