org.modeshape.jcr.query
Class QueryBuilder.LowerCaser
java.lang.Object
org.modeshape.jcr.query.QueryBuilder.ConstraintBuilder
org.modeshape.jcr.query.QueryBuilder.LowerCaser
- All Implemented Interfaces:
- QueryBuilder.DynamicOperandBuilder
- Enclosing class:
- QueryBuilder
protected class QueryBuilder.LowerCaser
- extends QueryBuilder.ConstraintBuilder
A specialized form of the QueryBuilder.ConstraintBuilder
that always wraps the generated constraint in a LowerCase
instance.
Methods inherited from class org.modeshape.jcr.query.QueryBuilder.ConstraintBuilder |
and, buildLogicalConstraint, closeParen, comparisonBuilder, depth, end, fullTextSearchScore, hasProperty, isBelowPath, isChild, isSameNode, length, lowerCaseOf, nodeLocalName, nodeName, not, openParen, or, path, propertyValue, referenceValue, referenceValue, search, search, strongReferenceValue, upperCaseOf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryBuilder.LowerCaser
protected QueryBuilder.LowerCaser(QueryBuilder.ConstraintBuilder delegate)
setConstraint
protected QueryBuilder.ConstraintBuilder setConstraint(Constraint constraint)
- Overrides:
setConstraint
in class QueryBuilder.ConstraintBuilder
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.