Uses of Interface
io.ebeaninternal.server.expression.platform.DbExpressionRequest
Packages that use DbExpressionRequest
Package
Description
Expressions for building WHERE clauses.
-
Uses of DbExpressionRequest in io.ebeaninternal.api
Subinterfaces of DbExpressionRequest in io.ebeaninternal.apiModifier and TypeInterfaceDescriptioninterfaceRequest object used for gathering expression sql and bind values. -
Uses of DbExpressionRequest in io.ebeaninternal.server.expression
Classes in io.ebeaninternal.server.expression that implement DbExpressionRequest -
Uses of DbExpressionRequest in io.ebeaninternal.server.expression.platform
Methods in io.ebeaninternal.server.expression.platform that return DbExpressionRequestModifier and TypeMethodDescriptionDbExpressionRequest.append(char c) Append to the expression sql without any parsing.Append to the expression sql without any parsing.Append to the expression sql with logical property parsing to db columns with logical path prefix.Methods in io.ebeaninternal.server.expression.platform with parameters of type DbExpressionRequestModifier and TypeMethodDescriptionvoidDbExpressionHandler.arrayContains(DbExpressionRequest request, String propName, boolean contains, Object... values) Add SQL for ARRAY CONTAINS expression.voidDbExpressionHandler.arrayIsEmpty(DbExpressionRequest request, String propName, boolean empty) Add SQL for ARRAY IS EMPTY expression.voidDbExpressionHandler.bitwise(DbExpressionRequest request, String propName, BitwiseOp operator, long flags, String compare, long match) Add the bitwise expression.voidDbExpressionHandler.json(DbExpressionRequest request, String propName, String path, Op operator, Object value) Write the db platform specific json expression.