Uses of Interface
jakarta.data.constraint.Like
Packages that use Like
Package
Description
-
Uses of Like in jakarta.data.constraint
Methods in jakarta.data.constraint that return LikeModifier and TypeMethodDescriptionstatic LikeRequires that the constraint target match the givenpattern, in which_and%represent wildcards.static LikeRequires that the constraint target match the givenpattern, in which the given characters represent wildcards.static LikeRequires that the constraint target match the givenpattern, in which the given characters represent wildcards and escape.static LikeRequires that the constraint target consist of exactly the same characters as the givenvalue.static LikeLike.pattern(TextExpression<?> pattern, char escape) Requires that the constraint target match the givenpatternexpression, in which_and%represent wildcards and the given character represents escape.static LikeRequires that the constraint target match the givenpattern, in which_and%represent wildcards.static LikeRequires that the constraint target match the givenpattern, in which the given characters represent wildcards.static LikeRequires that the constraint target match the givenpattern, in which the given characters represent wildcards and escape.static LikeRequires that the constraint target begin with the givenprefix.static LikeRequires that the constraint target contain the givensubstring.static LikeRequires that the constraint target end with the givensuffix. -
Uses of Like in jakarta.data.expression
Methods in jakarta.data.expression with parameters of type LikeModifier and TypeMethodDescriptiondefault Restriction<T> Obtains aRestrictionthat requires that this expression evaluate to a value that is like the specified pattern.