Uses of Class
io.ebean.LikeType
-
Packages that use LikeType Package Description io.ebean -
-
Uses of LikeType in io.ebean
Methods in io.ebean that return LikeType Modifier and Type Method 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.Methods in io.ebean with parameters of type LikeType Modifier and Type Method 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.
-