Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CastAsRightHandSide(QueryBuilder.RightHandSide rhs,
Object value) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.