Uses of Interface
io.ebean.meta.MetaQueryPlan
-
Packages that use MetaQueryPlan Package Description io.ebean.meta Meta data that can be retrieved for a Database instance. -
-
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.
-