Package io.ebean.event
Persist and Query Event Controllers and Listeners
-
Interface Summary Interface Description BeanDeleteIdRequest A request to delete a bean by Id value.BeanFindController Used to override the finding implementation for a bean.BeanPersistController Used to enhance or override the default bean persistence mechanism.BeanPersistListener Listens for committed bean events.BeanPersistRequest<T> Holds the information available for a bean persist (insert, update or delete).BeanPostConstructListener Fired after a bean is constructed, but not yet loaded from database.BeanPostLoad Fired after a bean is fetched and loaded from the database.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. -
Class Summary Class Description AbstractBeanPersistListener Provides a base implementation of BeanPersistListener.BeanPersistAdapter A no operation implementation of BeanPersistController.ServletContextListener Listens for webserver server starting and stopping events.ShutdownManager Manages the shutdown of the JVM Runtime.