Uses of Class
org.modeshape.graph.query.QueryBuilder.RightHandSide

Packages that use QueryBuilder.RightHandSide
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
 

Uses of QueryBuilder.RightHandSide in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query that return QueryBuilder.RightHandSide
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.is(Operator operator)
          Define the operator that will be used in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isGreaterThan()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isGreaterThanOrEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isLessThan()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isLessThanOrEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isLike()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 QueryBuilder.RightHandSide QueryBuilder.ComparisonBuilder.isNotEqualTo()
          Use the 'equal to' operator in the comparison, returning an interface that can be used to define the right-hand-side of the comparison.
 

Constructors in org.modeshape.graph.query with parameters of type QueryBuilder.RightHandSide
QueryBuilder.CastAsRightHandSide(QueryBuilder.RightHandSide rhs, Object value)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.