Uses of Interface
io.ebean.event.BeanPersistListener
-
Packages that use BeanPersistListener Package Description io.ebean.config Configuration settings for Database constructionio.ebean.event Persist and Query Event Controllers and Listenersio.ebean.plugin Provides a API for plugins. -
-
Uses of BeanPersistListener in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPersistListener Modifier and Type Method Description List<BeanPersistListener>
DatabaseConfig. getPersistListeners()
Return the BeanPersistListener instances.Methods in io.ebean.config with parameters of type BeanPersistListener Modifier and Type Method Description void
DatabaseConfig. add(BeanPersistListener beanPersistListener)
Register a BeanPersistListener instance.Method parameters in io.ebean.config with type arguments of type BeanPersistListener Modifier and Type Method Description void
DatabaseConfig. setPersistListeners(List<BeanPersistListener> persistListeners)
Register all the BeanPersistListener instances. -
Uses of BeanPersistListener in io.ebean.event
Classes in io.ebean.event that implement BeanPersistListener Modifier and Type Class Description class
AbstractBeanPersistListener
Provides a base implementation of BeanPersistListener. -
Uses of BeanPersistListener in io.ebean.plugin
Methods in io.ebean.plugin that return BeanPersistListener Modifier and Type Method Description BeanPersistListener
BeanType. getPersistListener()
Return the bean persist listener.
-