Uses of Interface
io.ebean.ExampleExpression
-
Uses of ExampleExpression in io.ebean
Modifier and TypeMethodDescriptionExampleExpression.caseInsensitive()
Set case insensitive to true.static ExampleExpression
Expr.exampleLike
(Object example) Create the query by Example expression which is case sensitive and using LikeType.RAW (you need to add you own wildcards % and _).static ExampleExpression
Expr.exampleLike
(Object example, boolean caseInsensitive, LikeType likeType) Create the query by Example expression specifying more options.ExpressionFactory.exampleLike
(Object example) Create the query by Example expression which is case sensitive and using LikeType.RAW (you need to add you own wildcards % and _).ExpressionFactory.exampleLike
(Object example, boolean caseInsensitive, LikeType likeType) Create the query by Example expression specifying more options.static ExampleExpression
Expr.iexampleLike
(Object example) Case insensitiveExpr.exampleLike(Object)
ExpressionFactory.iexampleLike
(Object example) Case insensitiveExpressionFactory.exampleLike(Object)
ExampleExpression.includeZeros()
By calling this method zero value properties are going to be included in the expression.ExampleExpression.useContains()
Use contains expression for string properties.ExampleExpression.useEndsWith()
Use endsWith expression for string properties.ExampleExpression.useEqualTo()
Use equal to expression for string properties.ExampleExpression.useStartsWith()
Use startsWith expression for string properties.