Uses of Interface
io.ebean.event.BeanPersistListener
| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for Database construction
|
| io.ebean.event |
Persist and Query Event Controllers and Listeners
|
| io.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 voidDatabaseConfig. add(BeanPersistListener beanPersistListener)Register a BeanPersistListener instance.Method parameters in io.ebean.config with type arguments of type BeanPersistListener Modifier and Type Method Description voidDatabaseConfig. 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 classAbstractBeanPersistListenerProvides 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 BeanPersistListenerBeanType. getPersistListener()Return the bean persist listener.