Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryBuilder.ConstraintBuilder |
protected class |
QueryBuilder.LowerCaser
A specialized form of the
QueryBuilder.ConstraintBuilder that always wraps the generated constraint in a LowerCase
instance. |
protected class |
QueryBuilder.UpperCaser
A specialized form of the
QueryBuilder.ConstraintBuilder that always wraps the generated constraint in a UpperCase
instance. |
Modifier and Type | Method and Description |
---|---|
QueryBuilder.DynamicOperandBuilder |
QueryBuilder.DynamicOperandBuilder.lowerCaseOf()
Begin a constraint against the lowercase form of a dynamic operand.
|
QueryBuilder.DynamicOperandBuilder |
QueryBuilder.ConstraintBuilder.lowerCaseOf() |
QueryBuilder.DynamicOperandBuilder |
QueryBuilder.DynamicOperandBuilder.upperCaseOf()
Begin a constraint against the uppercase form of a dynamic operand.
|
QueryBuilder.DynamicOperandBuilder |
QueryBuilder.ConstraintBuilder.upperCaseOf() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.