Click or drag to resize
StringMethodPredicateProducers Methods
Methods
  NameDescription
Public methodStatic memberContains(IEntityFieldCore, String)
Creates a Like predicate using the pattern: '%pattern%' for the field specified.
Public methodStatic memberContains(IExpression, String)
Creates a Like predicate using the pattern: '%pattern%' for the expression specified.
Public methodStatic memberEndsWith(IEntityFieldCore, String)
Creates a Like predicate using the pattern: '%pattern' for the field specified.
Public methodStatic memberEndsWith(IExpression, String)
Creates a Like predicate using the pattern: '%pattern' for the expression specified.
Public methodStatic memberLike(IEntityFieldCore, String)
Creates a Like predicate for the field specified using the pattern specified. The pattern has to contain the wildcards required.
Public methodStatic memberLike(IExpression, String)
Creates a Like predicate for the expression specified using the pattern specified. The pattern has to contain the wildcards required.
Public methodStatic memberStartsWith(IEntityFieldCore, String)
Creates a Like predicate using the pattern: 'pattern%' for the fieldl specified.
Public methodStatic memberStartsWith(IExpression, String)
Creates a Like predicate using the pattern: 'pattern%' for the expression specified.
Top
See Also