Package | Description |
---|---|
io.ebean |
Core API (see EbeanServer and Ebean).
|
Modifier and Type | Method and Description |
---|---|
static LikeType |
LikeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikeType[] |
LikeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ExampleExpression |
Expr.exampleLike(Object example,
boolean caseInsensitive,
LikeType likeType)
Create the query by Example expression specifying more options.
|
ExampleExpression |
ExpressionFactory.exampleLike(Object example,
boolean caseInsensitive,
LikeType likeType)
Create the query by Example expression specifying more options.
|
Expression |
ExpressionFactory.like(String propertyName,
Object value,
boolean caseInsensitive,
LikeType likeType)
Like with support for named parameters.
|
Copyright © 2018. All rights reserved.