Uses of Enum
io.ebean.LikeType
-
Uses of LikeType in io.ebean
Modifier and TypeMethodDescriptionstatic LikeType
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 TypeMethodDescriptionstatic ExampleExpression
Expr.exampleLike
(Object example, boolean caseInsensitive, LikeType likeType) Create the query by Example expression specifying more options.ExpressionFactory.exampleLike
(Object example, boolean caseInsensitive, LikeType likeType) Create the query by Example expression specifying more options.ExpressionFactory.like
(String propertyName, Object value, boolean caseInsensitive, LikeType likeType) Like with support for named parameters.