Uses of Class
org.eobjects.metamodel.query.OperatorType

Packages that use OperatorType
org.eobjects.metamodel.query API for querying 
org.eobjects.metamodel.query.builder API for query building 
 

Uses of OperatorType in org.eobjects.metamodel.query
 

Methods in org.eobjects.metamodel.query that return OperatorType
static OperatorType OperatorType.convertOperatorType(String sqlType)
          Converts from SQL string literals to an OperatorType.
 OperatorType FilterItem.getOperator()
           
static OperatorType OperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatorType[] OperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eobjects.metamodel.query with parameters of type OperatorType
static Object FilterItem.appendOperator(StringBuilder sb, Object operand, OperatorType operator)
           
 Query Query.having(Column column, OperatorType operatorType, Object operand)
           
 Query Query.having(FunctionType function, Column column, OperatorType operatorType, Object operand)
           
 Query Query.where(Column column, OperatorType operatorType, Object operand)
           
 Query Query.where(SelectItem selectItem, OperatorType operatorType, Object operand)
           
 

Constructors in org.eobjects.metamodel.query with parameters of type OperatorType
FilterItem(SelectItem selectItem, OperatorType operator, Object operand)
          Creates a single filter item based on a SelectItem, an operator and an operand.
 

Uses of OperatorType in org.eobjects.metamodel.query.builder
 

Methods in org.eobjects.metamodel.query.builder with parameters of type OperatorType
 B AbstractFilterBuilder.applyFilter(OperatorType operator, Object operand)
          Provides a way to
 



Copyright © 2007-2013. All Rights Reserved.