|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<D>
com.mysema.query.types.expr.EComparableBase<D>
com.mysema.query.types.expr.EComparable<String>
com.mysema.query.types.expr.EString
com.mysema.query.lucene.PhraseElement
public class PhraseElement
PhraseElement represents the embedded String as a phrase
Field Summary |
---|
Fields inherited from class com.mysema.query.types.Expr |
---|
primitive |
Constructor Summary | |
---|---|
PhraseElement(String str)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<R,C> v,
C context)
|
|
boolean |
equals(Object o)
|
|
int |
hashCode()
|
Methods inherited from class com.mysema.query.types.expr.EString |
---|
append, append, as, as, charAt, charAt, concat, concat, contains, contains, contains, contains, containsIgnoreCase, containsIgnoreCase, endsWith, endsWith, endsWith, endsWith, endsWithIgnoreCase, endsWithIgnoreCase, equalsIgnoreCase, equalsIgnoreCase, indexOf, indexOf, indexOf, indexOf, isEmpty, isNotEmpty, length, like, like, lower, matches, matches, prepend, prepend, split, startsWith, startsWith, startsWith, startsWith, startsWithIgnoreCase, startsWithIgnoreCase, stringValue, substring, substring, toLowerCase, toUpperCase, trim, upper |
Methods inherited from class com.mysema.query.types.expr.EComparable |
---|
between, between, goe, goe, gt, gt, loe, loe, lt, lt, notBetween, notBetween |
Methods inherited from class com.mysema.query.types.expr.EComparableBase |
---|
asc, castToNum, desc |
Methods inherited from class com.mysema.query.types.expr.ESimple |
---|
asExpr, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
Methods inherited from class com.mysema.query.types.Expr |
---|
getType, notIn, notIn, notIn, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PhraseElement(String str)
Method Detail |
---|
public <R,C> R accept(Visitor<R,C> v, C context)
accept
in class Expr<String>
public boolean equals(Object o)
equals
in class Expr<String>
public int hashCode()
hashCode
in class Expr<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |