Uses of Interface
org.modeshape.graph.query.QueryBuilder.DynamicOperandBuilder

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

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

Classes in org.modeshape.graph.query that implement QueryBuilder.DynamicOperandBuilder
 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.
 

Methods in org.modeshape.graph.query that return QueryBuilder.DynamicOperandBuilder
 QueryBuilder.DynamicOperandBuilder QueryBuilder.DynamicOperandBuilder.lowerCaseOf()
          Begin a constraint against the lowercase form of a dynamic operand.
 QueryBuilder.DynamicOperandBuilder QueryBuilder.ConstraintBuilder.lowerCaseOf()
          Begin a constraint against the lowercase form of a dynamic operand.
 QueryBuilder.DynamicOperandBuilder QueryBuilder.DynamicOperandBuilder.upperCaseOf()
          Begin a constraint against the uppercase form of a dynamic operand.
 QueryBuilder.DynamicOperandBuilder QueryBuilder.ConstraintBuilder.upperCaseOf()
          Begin a constraint against the uppercase form of a dynamic operand.
 



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