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 LikeTypeLikeType. 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 ExampleExpressionExpr. exampleLike(Object example, boolean caseInsensitive, LikeType likeType)Create the query by Example expression specifying more options.ExampleExpressionExpressionFactory. exampleLike(Object example, boolean caseInsensitive, LikeType likeType)Create the query by Example expression specifying more options.ExpressionExpressionFactory. like(String propertyName, Object value, boolean caseInsensitive, LikeType likeType)Like with support for named parameters.
-