notLikeRegexp
Creates a Predicate that checks if the property does not match the given POSIX regex pattern (case-sensitive).
Return
A Predicate that checks if the property does not match the pattern.
Parameters
The path of the entity.
The criteria builder.
The POSIX regex pattern to match against.
Type Parameters
the type of the entity.
Creates a Predicate that checks if the property does not match the given POSIX regex pattern, case-sensitive (nullable version).
Return
A Predicate that checks if the property does not match the pattern.
Parameters
The path of the entity.
The criteria builder.
The POSIX regex pattern to match against.
Type Parameters
the type of the entity.
Creates a Predicate that checks if the nested String property does not match the given POSIX regex pattern (case-sensitive).
Return
A Predicate that checks if the nested property does not match the pattern.
Parameters
The path of the root entity.
The criteria builder.
The POSIX regex pattern to match against.
Type Parameters
the root entity type.
Creates a Predicate that checks if the nested nullable String property does not match the given POSIX regex pattern, case-sensitive (nullable version).
Return
A Predicate that checks if the nested property does not match the pattern.
Parameters
The path of the root entity.
The criteria builder.
The POSIX regex pattern to match against.
Type Parameters
the root entity type.