Uses of Interface
org.xcmis.search.query.QueryBuilder.DynamicOperandBuilder

Packages that use QueryBuilder.DynamicOperandBuilder
org.xcmis.search.query   
 

Uses of QueryBuilder.DynamicOperandBuilder in org.xcmis.search.query
 

Classes in org.xcmis.search.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.xcmis.search.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 © 2010 eXo Platform SAS. All Rights Reserved.