Uses of Interface
io.ebean.event.BeanPersistController
-
Packages that use BeanPersistController 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 BeanPersistController in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPersistController Modifier and Type Method Description List<BeanPersistController>
DatabaseConfig. getPersistControllers()
Return the BeanPersistController instances.Methods in io.ebean.config with parameters of type BeanPersistController Modifier and Type Method Description void
DatabaseConfig. add(BeanPersistController beanPersistController)
Register a BeanPersistController instance.Method parameters in io.ebean.config with type arguments of type BeanPersistController Modifier and Type Method Description void
DatabaseConfig. setPersistControllers(List<BeanPersistController> persistControllers)
Register all the BeanPersistController instances. -
Uses of BeanPersistController in io.ebean.event
Classes in io.ebean.event that implement BeanPersistController Modifier and Type Class Description class
BeanPersistAdapter
A no operation implementation of BeanPersistController. -
Uses of BeanPersistController in io.ebean.plugin
Methods in io.ebean.plugin that return BeanPersistController Modifier and Type Method Description BeanPersistController
BeanType. getPersistController()
Return the bean persist controller.
-