Uses of Class
io.ebeaninternal.server.query.CQueryPlan
Packages that use CQueryPlan
Package
Description
Core implementation objects
Bean description
-
Uses of CQueryPlan in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return CQueryPlanModifier and TypeMethodDescriptionOrmQueryRequest.queryPlan()Return a queryPlan for the current query if one exists.Methods in io.ebeaninternal.server.core with parameters of type CQueryPlanModifier and TypeMethodDescriptionvoidOrmQueryRequest.putQueryPlan(CQueryPlan queryPlan) Put the QueryPlan into the cache. -
Uses of CQueryPlan in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return CQueryPlanMethods in io.ebeaninternal.server.deploy with parameters of type CQueryPlanModifier and TypeMethodDescriptionvoidBeanDescriptor.queryPlan(CQueryPlanKey key, CQueryPlan plan) -
Uses of CQueryPlan in io.ebeaninternal.server.query
Constructors in io.ebeaninternal.server.query with parameters of type CQueryPlanModifierConstructorDescriptionCQuery(OrmQueryRequest<T> request, CQueryPredicates predicates, CQueryPlan queryPlan) Create the Sql select based on the request.