Uses of Interface
jakarta.data.constraint.NotLike
Packages that use NotLike
Package
Description
-
Uses of NotLike in jakarta.data.constraint
Methods in jakarta.data.constraint that return NotLikeModifier and TypeMethodDescriptionstatic NotLikeRequires that the constraint target not consist of the same characters as the givenvalue.static NotLikeRequires that the constraint target does not match the givenpattern, in which_and%represent wildcards.static NotLikeRequires that the constraint target does not match the givenpattern, in which the given characters represent wildcards.static NotLikeRequires that the constraint target does not match the givenpattern, in which the given characters represent wildcards and escape.static NotLikeNotLike.pattern(TextExpression<?> pattern, char escape) Requires that the constraint target not match the givenpatternexpression, in which_and%represent wildcards and the given character represents escape.static NotLikeRequires that the constraint target not match the givenpattern, in which_and%represent wildcards.static NotLikeRequires that the constraint target not match the givenpattern, in which the given characters represent wildcards.static NotLikeRequires that the constraint target not match the givenpattern, in which the given characters represent wildcards and escape.static NotLikeRequires that the constraint target not begin with the givenprefix.static NotLikeRequires that the constraint target not contain the givensubstring.static NotLikeRequires that the constraint target not end with the givensuffix.