Uses of Interface
io.ebean.config.QueryPlanListener
Packages that use QueryPlanListener
-
Uses of QueryPlanListener in io.ebean.config
Methods in io.ebean.config that return QueryPlanListenerModifier and TypeMethodDescriptionDatabaseConfig.getQueryPlanListener()Return the listener used to process captured query plans.Methods in io.ebean.config with parameters of type QueryPlanListenerModifier and TypeMethodDescriptionvoidDatabaseConfig.setQueryPlanListener(QueryPlanListener queryPlanListener) Set the listener used to process captured query plans.