public class RavenString
extends com.mysema.query.types.path.StringPath
Constructor and Description |
---|
RavenString(com.mysema.query.types.Path<?> parent,
String property) |
RavenString(com.mysema.query.types.PathMetadata<?> metadata) |
RavenString(String var) |
Modifier and Type | Method and Description |
---|---|
com.mysema.query.types.expr.BooleanExpression |
equalsNotIgnoreCase(com.mysema.query.types.Expression<String> str)
Compares this
StringExpression to another StringExpression , NOT ignoring case
considerations. |
com.mysema.query.types.expr.BooleanExpression |
equalsNotIgnoreCase(String str)
Compares this
StringExpression to another StringExpression , NOT ignoring case
considerations. |
accept, getAnnotatedElement, getMetadata, getRoot
append, append, as, as, charAt, charAt, concat, concat, contains, contains, containsIgnoreCase, containsIgnoreCase, endsWith, endsWith, endsWithIgnoreCase, endsWithIgnoreCase, equalsIgnoreCase, equalsIgnoreCase, indexOf, indexOf, indexOf, indexOf, isEmpty, isNotEmpty, length, like, like, like, like, locate, locate, locate, locate, lower, matches, matches, max, min, notEqualsIgnoreCase, notEqualsIgnoreCase, notLike, notLike, notLike, notLike, prepend, prepend, startsWith, startsWith, startsWithIgnoreCase, startsWithIgnoreCase, stringValue, substring, substring, substring, substring, substring, substring, toLowerCase, toUpperCase, trim, upper
between, between, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAny, loe, loe, loeAll, loeAny, lt, lt, ltAll, ltAny, notBetween, notBetween
asc, castToNum, coalesce, coalesce, desc
count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
public RavenString(com.mysema.query.types.Path<?> parent, String property)
public RavenString(com.mysema.query.types.PathMetadata<?> metadata)
public RavenString(String var)
public com.mysema.query.types.expr.BooleanExpression equalsNotIgnoreCase(com.mysema.query.types.Expression<String> str)
StringExpression
to another StringExpression
, NOT ignoring case
considerations.str
- String.equalsIgnoreCase(String)
public com.mysema.query.types.expr.BooleanExpression equalsNotIgnoreCase(String str)
StringExpression
to another StringExpression
, NOT ignoring case
considerations.str
- String.equalsIgnoreCase(String)
Copyright © 2016. All Rights Reserved.