Uses of Interface
io.ebean.config.QueryPlanListener
Packages that use QueryPlanListener
Package
Description
Configuration settings for Database construction
-
Uses of QueryPlanListener in io.ebean
Methods in io.ebean that return QueryPlanListenerModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getQueryPlanListener()
Return the listener used to process captured query plans.Methods in io.ebean with parameters of type QueryPlanListenerModifier and TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.queryPlanListener
(QueryPlanListener queryPlanListener) Set the listener used to process captured query plans.DatabaseBuilder.setQueryPlanListener
(QueryPlanListener queryPlanListener) Deprecated. -
Uses of QueryPlanListener in io.ebean.config
Methods in io.ebean.config that return QueryPlanListenerMethods in io.ebean.config with parameters of type QueryPlanListenerModifier and TypeMethodDescriptionDatabaseConfig.setQueryPlanListener
(QueryPlanListener queryPlanListener)
DatabaseBuilder.queryPlanListener(QueryPlanListener)
.