Uses of Interface
io.ebean.event.BeanQueryAdapter
Packages that use BeanQueryAdapter
Package
Description
Configuration settings for Database construction
Provides a API for plugins.
-
Uses of BeanQueryAdapter in io.ebean
Methods in io.ebean that return types with arguments of type BeanQueryAdapterModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getQueryAdapters()
Return the BeanQueryAdapter instances.Methods in io.ebean with parameters of type BeanQueryAdapterModifier and TypeMethodDescriptionDatabaseBuilder.add
(BeanQueryAdapter beanQueryAdapter) Register a BeanQueryAdapter instance.Method parameters in io.ebean with type arguments of type BeanQueryAdapterModifier and TypeMethodDescriptionDatabaseBuilder.setQueryAdapters
(List<BeanQueryAdapter> queryAdapters) Register all the BeanQueryAdapter instances. -
Uses of BeanQueryAdapter in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanQueryAdapterMethods in io.ebean.config with parameters of type BeanQueryAdapterMethod parameters in io.ebean.config with type arguments of type BeanQueryAdapterModifier and TypeMethodDescriptionDatabaseConfig.setQueryAdapters
(List<BeanQueryAdapter> queryAdapters) -
Uses of BeanQueryAdapter in io.ebean.plugin
Methods in io.ebean.plugin that return BeanQueryAdapterModifier and TypeMethodDescriptionBeanType.queryAdapter()
Return the BeanQueryAdapter or null if none is defined.