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

Packages that use AbstractQueryClause
org.eobjects.metamodel.query API for querying 
 

Uses of AbstractQueryClause in org.eobjects.metamodel.query
 

Subclasses of AbstractQueryClause in org.eobjects.metamodel.query
 class FilterClause
          Represents a clause of filters in the query.
 class FromClause
          Represents the FROM clause of a query containing FromItem's.
 class GroupByClause
          Represents the GROUP BY clause of a query that contains GroupByItem's.
 class OrderByClause
          Represents the ORDER BY clause of a query containing OrderByItem's.
 class SelectClause
          Represents the SELECT clause of a query containing SelectItems.
 



Copyright © 2007-2013. All Rights Reserved.