Uses of Interface
io.ebean.event.BeanFindController
Packages that use BeanFindController
Package
Description
Configuration settings for Database construction
Provides a API for plugins.
-
Uses of BeanFindController in io.ebean
Methods in io.ebean that return types with arguments of type BeanFindControllerModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getFindControllers()
Return the list of BeanFindController instances.Method parameters in io.ebean with type arguments of type BeanFindControllerModifier and TypeMethodDescriptionDatabaseBuilder.setFindControllers
(List<BeanFindController> findControllers) Set the list of BeanFindController instances. -
Uses of BeanFindController in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanFindControllerMethod parameters in io.ebean.config with type arguments of type BeanFindControllerModifier and TypeMethodDescriptionDatabaseConfig.setFindControllers
(List<BeanFindController> findControllers) -
Uses of BeanFindController in io.ebean.plugin
Methods in io.ebean.plugin that return BeanFindController