Uses of Class
io.ebeaninternal.api.BindValuesKey
Packages that use BindValuesKey
Package
Description
Expressions for building WHERE clauses.
-
Uses of BindValuesKey in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return BindValuesKeyModifier and TypeMethodDescriptionAdd a bind value.Methods in io.ebeaninternal.api with parameters of type BindValuesKeyModifier and TypeMethodDescriptionvoidBindParams.queryBindHash(BindValuesKey key) voidSpiExpression.queryBindKey(BindValuesKey key) Build the key for bind values of the query.voidSpiQuery.queryBindKey(BindValuesKey key) Build the key for the bind values used in the query (for l2 query cache).Constructors in io.ebeaninternal.api with parameters of type BindValuesKeyModifierConstructorDescriptionHashQuery(CQueryPlanKey planHash, BindValuesKey bindValuesKey) Create the HashQuery. -
Uses of BindValuesKey in io.ebeaninternal.server.expression
Methods in io.ebeaninternal.server.expression with parameters of type BindValuesKeyModifier and TypeMethodDescriptionvoidDefaultExpressionList.queryBindKey(BindValuesKey key) voidIdInExpression.queryBindKey(BindValuesKey key) voidInExpression.queryBindKey(BindValuesKey key) voidSimpleExpression.queryBindKey(BindValuesKey key) -
Uses of BindValuesKey in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn with parameters of type BindValuesKey