Uses of Interface
io.ebean.event.BeanFindController
| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for Database construction
|
| io.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 voidDatabaseConfig. 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 BeanFindControllerBeanType. getFindController()Return the beanFinder.