Uses of Interface
io.ebean.config.QueryPlanListener
| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for Database construction
|
-
Uses of QueryPlanListener in io.ebean.config
Methods in io.ebean.config that return QueryPlanListener Modifier and Type Method Description QueryPlanListenerDatabaseConfig. getQueryPlanListener()Return the listener used to process captured query plans.Methods in io.ebean.config with parameters of type QueryPlanListener Modifier and Type Method Description voidDatabaseConfig. setQueryPlanListener(QueryPlanListener queryPlanListener)Set the listener used to process captured query plans.