Uses of Interface
io.ebean.event.BeanPersistListener
Package
Description
Configuration settings for Database construction
Persist and Query Event Controllers and Listeners
Provides a API for plugins.
-
Uses of BeanPersistListener in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getPersistListeners()
Return the BeanPersistListener instances.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.add
(BeanPersistListener beanPersistListener) Register a BeanPersistListener instance.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setPersistListeners
(List<BeanPersistListener> persistListeners) Register all the BeanPersistListener instances. -
Uses of BeanPersistListener in io.ebean.event
Modifier and TypeClassDescriptionclass
Provides a base implementation of BeanPersistListener. -
Uses of BeanPersistListener in io.ebean.plugin