Uses of Interface
io.ebean.meta.MetaQueryPlan
| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for Database construction
|
| io.ebean.meta |
Meta data that can be retrieved for a Database instance.
|
-
Uses of MetaQueryPlan in io.ebean.config
Methods in io.ebean.config that return types with arguments of type MetaQueryPlan Modifier and Type Method Description List<MetaQueryPlan>QueryPlanCapture. getPlans()Return the captured query plans.Constructor parameters in io.ebean.config with type arguments of type MetaQueryPlan Constructor Description QueryPlanCapture(Database database, List<MetaQueryPlan> plans) -
Uses of MetaQueryPlan in io.ebean.meta
Methods in io.ebean.meta that return types with arguments of type MetaQueryPlan Modifier and Type Method Description List<MetaQueryPlan>MetaInfoManager. queryPlanCollectNow(QueryPlanRequest request)Collect query plans in the foreground.List<MetaQueryPlan>MetaInfoManager. queryPlanInit(QueryPlanInit initRequest)Initiate query plan collection by turning on "bind capture" on matching query plans.