Uses of Interface
io.ebeaninternal.api.CQueryPlanKey
Packages that use CQueryPlanKey
Package
Description
Core implementation objects
Bean description
-
Uses of CQueryPlanKey in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return CQueryPlanKeyModifier and TypeMethodDescriptionSpiQuery.prepare(SpiOrmQueryRequest<T> request) Prepare the query which prepares sub-query expressions and calculates and returns the query plan key.SpiQuery.setDeleteByIdsPlan()Set the query to be delete by ids due to cascading delete.CQueryPlanKey.withDeleteByIds()Return a query plan key taking into account persist cascading.Constructors in io.ebeaninternal.api with parameters of type CQueryPlanKeyModifierConstructorDescriptionHashQuery(CQueryPlanKey planHash, BindValuesKey bindValuesKey) Create the HashQuery. -
Uses of CQueryPlanKey in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return CQueryPlanKey -
Uses of CQueryPlanKey in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type CQueryPlanKeyModifier and TypeMethodDescriptionBeanDescriptor.queryPlan(CQueryPlanKey key) voidBeanDescriptor.queryPlan(CQueryPlanKey key, CQueryPlan plan) -
Uses of CQueryPlanKey in io.ebeaninternal.server.query
Classes in io.ebeaninternal.server.query that implement CQueryPlanKeyModifier and TypeClassDescriptionclassQueryPlanKey for native sql queries.Methods in io.ebeaninternal.server.query that return CQueryPlanKey -
Uses of CQueryPlanKey in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return CQueryPlanKeyModifier and TypeMethodDescriptionfinal CQueryPlanKeyDefaultOrmQuery.prepare(SpiOrmQueryRequest<T> request) Prepare the query which prepares any expressions (sub-query expressions etc) and calculates the query plan key.final CQueryPlanKeyDefaultOrmQuery.setDeleteByIdsPlan()