Uses of Interface
io.ebean.event.BeanFindController
-
Packages that use BeanFindController Package Description io.ebean.config Configuration settings for Database constructionio.ebean.plugin Provides a API for plugins. -
-
Uses of BeanFindController in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanFindController Modifier and Type Method Description List<BeanFindController>
DatabaseConfig. getFindControllers()
Return the list of BeanFindController instances.Method parameters in io.ebean.config with type arguments of type BeanFindController Modifier and Type Method Description void
DatabaseConfig. setFindControllers(List<BeanFindController> findControllers)
Set the list of BeanFindController instances. -
Uses of BeanFindController in io.ebean.plugin
Methods in io.ebean.plugin that return BeanFindController Modifier and Type Method Description BeanFindController
BeanType. getFindController()
Return the beanFinder.
-