likeRegexp
Creates a PredicateSpecification that checks if the property matches the given POSIX regex pattern (case-sensitive).
Return
A PredicateSpecification that checks if the property matches the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the type of the entity.
Creates a PredicateSpecification that checks if the property matches the given POSIX regex pattern, case-sensitive (nullable version).
Return
A PredicateSpecification that checks if the property matches the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the type of the entity.
Creates a PredicateSpecification that checks if the nested String property matches the given POSIX regex pattern (case-sensitive).
Return
A PredicateSpecification that checks if the nested property matches the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the root entity type.
Creates a PredicateSpecification that checks if the nested nullable String property matches the given POSIX regex pattern, case-sensitive (nullable version).
Return
A PredicateSpecification that checks if the nested property matches the pattern.
Parameters
The POSIX regex pattern to match against.
Type Parameters
the root entity type.