com.mysema.query.lucene
Class QueryElement

java.lang.Object
  extended by com.mysema.query.types.Expr<D>
      extended by com.mysema.query.types.expr.ESimple<D>
          extended by com.mysema.query.types.expr.EComparableBase<D>
              extended by com.mysema.query.types.expr.EComparable<Boolean>
                  extended by com.mysema.query.types.expr.EBoolean
                      extended by com.mysema.query.lucene.QueryElement
All Implemented Interfaces:
Serializable

public class QueryElement
extends EBoolean

QueryElement wraps a Lucene Query

Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.Expr
primitive
 
Constructor Summary
QueryElement(org.apache.lucene.search.Query query)
           
 
Method Summary
 void accept(Visitor v)
           
 boolean equals(Object o)
           
 org.apache.lucene.search.Query getQuery()
           
 int hashCode()
           
 
Methods inherited from class com.mysema.query.types.expr.EBoolean
allOf, and, anyOf, as, not, or
 
Methods inherited from class com.mysema.query.types.expr.EComparable
between, between, goe, goe, gt, gt, in, loe, loe, lt, lt, notBetween, notBetween
 
Methods inherited from class com.mysema.query.types.expr.EComparableBase
asc, castToNum, desc, stringValue
 
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

QueryElement

public QueryElement(org.apache.lucene.search.Query query)
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in class Expr<Boolean>

equals

public boolean equals(Object o)
Specified by:
equals in class Expr<Boolean>

hashCode

public int hashCode()
Overrides:
hashCode in class Expr<Boolean>

getQuery

public org.apache.lucene.search.Query getQuery()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.