Uses of Package
org.eobjects.metamodel.query

Packages that use org.eobjects.metamodel.query
org.eobjects.metamodel Root package for MetaModel 
org.eobjects.metamodel.data API for data sets 
org.eobjects.metamodel.delete API for deleting rows 
org.eobjects.metamodel.intercept   
org.eobjects.metamodel.query API for querying 
org.eobjects.metamodel.query.builder API for query building 
org.eobjects.metamodel.query.parser   
org.eobjects.metamodel.update API for updating rows 
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel
CompiledQuery
          A CompiledQuery is a Query which has been compiled, typically by the data source itself, to provide optimized execution speed.
FilterItem
          Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
FromItem
          Represents a FROM item.
GroupByItem
          Represents a GROUP BY item.
OrderByItem
          Represents an ORDER BY item.
Query
          Represents a query to retrieve data by.
SelectItem
          Represents a SELECT item.
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.data
FilterItem
          Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
SelectItem
          Represents a SELECT item.
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.delete
FilterItem
          Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.intercept
CompiledQuery
          A CompiledQuery is a Query which has been compiled, typically by the data source itself, to provide optimized execution speed.
Query
          Represents a query to retrieve data by.
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.query
AbstractQueryClause
          Represents an abstract clause in a query.
CompiledQuery
          A CompiledQuery is a Query which has been compiled, typically by the data source itself, to provide optimized execution speed.
FilterClause
          Represents a clause of filters in the query.
FilterItem
          Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
FromClause
          Represents the FROM clause of a query containing FromItem's.
FromItem
          Represents a FROM item.
FunctionType
          Represents an aggregate function to use in a SelectItem.
GroupByClause
          Represents the GROUP BY clause of a query that contains GroupByItem's.
GroupByItem
          Represents a GROUP BY item.
JoinType
          Represents a join type, used in a FromItem.
LogicalOperator
          Represents a logical operator (AND or OR) to use when defining compound FilterItems.
OperatorType
          Defines the types of operators that can be used in filters.
OrderByClause
          Represents the ORDER BY clause of a query containing OrderByItem's.
OrderByItem
          Represents an ORDER BY item.
OrderByItem.Direction
           
Query
          Represents a query to retrieve data by.
QueryClause
           
QueryItem
          Interface for items in a query.
QueryParameter
          Represents a query parameter, in SQL represented with a '?'
SelectClause
          Represents the SELECT clause of a query containing SelectItems.
SelectItem
          Represents a SELECT item.
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.query.builder
CompiledQuery
          A CompiledQuery is a Query which has been compiled, typically by the data source itself, to provide optimized execution speed.
FilterItem
          Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
FunctionType
          Represents an aggregate function to use in a SelectItem.
OperatorType
          Defines the types of operators that can be used in filters.
Query
          Represents a query to retrieve data by.
QueryParameter
          Represents a query parameter, in SQL represented with a '?'
SelectItem
          Represents a SELECT item.
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.query.parser
FromItem
          Represents a FROM item.
Query
          Represents a query to retrieve data by.
SelectItem
          Represents a SELECT item.
 

Classes in org.eobjects.metamodel.query used by org.eobjects.metamodel.update
FilterItem
          Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
 



Copyright © 2007-2013. All Rights Reserved.