notIlikeRegexp
Creates a Specification that checks if the property does not match the given POSIX regex pattern, ignoring case sensitivity.
Return
A Specification that checks if the property does not match the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the type of the entity.
Creates a Specification that checks if the property does not match the given POSIX regex pattern, ignoring case sensitivity (nullable version).
Return
A Specification that checks if the property does not match the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the type of the entity.
Creates a Specification that checks if the nested String property does not match the given POSIX regex pattern, ignoring case sensitivity.
Return
A Specification that checks if the nested property does not match the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the root entity type.
Creates a Specification that checks if the nested nullable String property does not match the given POSIX regex pattern, ignoring case sensitivity (nullable version).
Return
A Specification that checks if the nested property does not match the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the root entity type.