Uses of Package
io.ebean.event
-
Packages that use io.ebean.event Package Description io.ebean.config Configuration settings for Database constructionio.ebean.event Persist and Query Event Controllers and Listenersio.ebean.event.changelog Provides a built in change log mechanism and can audit changes.io.ebean.plugin Provides a API for plugins. -
Classes in io.ebean.event used by io.ebean.config Class Description 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.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.BulkTableEventListener Listen for bulk table events that occur.ServerConfigStartup Used to configure the server on startup. -
Classes in io.ebean.event used by io.ebean.event Class Description BeanDeleteIdRequest A request to delete a bean by Id value.BeanPersistController Used to enhance or override the default bean persistence mechanism.BeanPersistListener Listens for committed bean events.BeanPersistRequest Holds the information available for a bean persist (insert, update or delete).BeanQueryRequest Holds the information available for a bean query.BulkTableEvent The bulk table event. -
Classes in io.ebean.event used by io.ebean.event.changelog Class Description BeanPersistRequest Holds the information available for a bean persist (insert, update or delete). -
Classes in io.ebean.event used by io.ebean.plugin Class Description 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.BeanQueryAdapter Objects extending this modify queries prior their execution.