Uses of Interface
io.ebean.event.BeanPersistController
Packages that use BeanPersistController
Package
Description
Configuration settings for Database construction
Persist and Query Event Controllers and Listeners
Provides a API for plugins.
-
Uses of BeanPersistController in io.ebean
Methods in io.ebean that return types with arguments of type BeanPersistControllerModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getPersistControllers()
Return the BeanPersistController instances.Methods in io.ebean with parameters of type BeanPersistControllerModifier and TypeMethodDescriptionDatabaseBuilder.add
(BeanPersistController beanPersistController) Register a BeanPersistController instance.Method parameters in io.ebean with type arguments of type BeanPersistControllerModifier and TypeMethodDescriptionDatabaseBuilder.setPersistControllers
(List<BeanPersistController> persistControllers) Register all the BeanPersistController instances. -
Uses of BeanPersistController in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPersistControllerMethods in io.ebean.config with parameters of type BeanPersistControllerModifier and TypeMethodDescriptionDatabaseConfig.add
(BeanPersistController beanPersistController) Method parameters in io.ebean.config with type arguments of type BeanPersistControllerModifier and TypeMethodDescriptionDatabaseConfig.setPersistControllers
(List<BeanPersistController> persistControllers) -
Uses of BeanPersistController in io.ebean.event
Classes in io.ebean.event that implement BeanPersistControllerModifier and TypeClassDescriptionclass
A no operation implementation of BeanPersistController. -
Uses of BeanPersistController in io.ebean.plugin
Methods in io.ebean.plugin that return BeanPersistControllerModifier and TypeMethodDescriptionBeanType.persistController()
Return the bean persist controller.