|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryBuilder.RightHandSide | |
---|---|
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
Uses of QueryBuilder.RightHandSide in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.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.jcr.query with parameters of type QueryBuilder.RightHandSide | |
---|---|
QueryBuilder.CastAsRightHandSide(QueryBuilder.RightHandSide rhs,
Object value)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |