ilike
Creates a Predicate that checks if the property matches the given pattern, ignoring case sensitivity.
Return
A Predicate that checks if the property matches the pattern.
Parameters
The path of the entity.
The criteria builder.
The pattern to match against.
Type Parameters
the type of the entity.
Creates a Predicate that checks if the property matches the given pattern, ignoring case sensitivity (nullable version).
Return
A Predicate that checks if the property matches the pattern.
Parameters
The path of the entity.
The criteria builder.
The pattern to match against.
Type Parameters
the type of the entity.
Creates a Predicate that checks if the nested String property matches the given pattern, ignoring case sensitivity.
Return
A Predicate that checks if the nested property matches the pattern.
Parameters
The path of the root entity.
The criteria builder.
The pattern to match against.
Type Parameters
the root entity type.
Creates a Predicate that checks if the nested nullable String property matches the given pattern, ignoring case sensitivity (nullable version).
Return
A Predicate that checks if the nested property matches the pattern.
Parameters
The path of the root entity.
The criteria builder.
The pattern to match against.
Type Parameters
the root entity type.