Uses of Interface
io.ebean.event.BeanQueryAdapter
-
Packages that use BeanQueryAdapter Package Description io.ebean.config Configuration settings for Database constructionio.ebean.plugin Provides a API for plugins. -
-
Uses of BeanQueryAdapter in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanQueryAdapter Modifier and Type Method Description List<BeanQueryAdapter>
DatabaseConfig. getQueryAdapters()
Return the BeanQueryAdapter instances.Methods in io.ebean.config with parameters of type BeanQueryAdapter Modifier and Type Method Description void
DatabaseConfig. add(BeanQueryAdapter beanQueryAdapter)
Register a BeanQueryAdapter instance.Method parameters in io.ebean.config with type arguments of type BeanQueryAdapter Modifier and Type Method Description void
DatabaseConfig. setQueryAdapters(List<BeanQueryAdapter> queryAdapters)
Register all the BeanQueryAdapter instances. -
Uses of BeanQueryAdapter in io.ebean.plugin
Methods in io.ebean.plugin that return BeanQueryAdapter Modifier and Type Method Description BeanQueryAdapter
BeanType. getQueryAdapter()
Return the BeanQueryAdapter or null if none is defined.
-