Uses of Interface
io.ebean.meta.MetaQueryPlan
Packages that use MetaQueryPlan
Package
Description
Configuration settings for Database construction
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 MetaQueryPlanConstructor parameters in io.ebean.config with type arguments of type MetaQueryPlan -
Uses of MetaQueryPlan in io.ebean.meta
Methods in io.ebean.meta that return types with arguments of type MetaQueryPlanModifier and TypeMethodDescriptionMetaInfoManager.queryPlanCollectNow
(QueryPlanRequest request) Collect query plans in the foreground.MetaInfoManager.queryPlanInit
(QueryPlanInit initRequest) Initiate query plan collection by turning on "bind capture" on matching query plans.