Uses of Class
org.azzyzt.jee.runtime.dto.query.OrderByClause

Packages that use OrderByClause
org.azzyzt.jee.runtime.dto.query   
org.azzyzt.jee.runtime.eao   
 

Uses of OrderByClause in org.azzyzt.jee.runtime.dto.query
 

Methods in org.azzyzt.jee.runtime.dto.query that return types with arguments of type OrderByClause
 java.util.List<OrderByClause> QuerySpec.getOrderByList()
           
 

Methods in org.azzyzt.jee.runtime.dto.query with parameters of type OrderByClause
 void QuerySpec.addOrderBy(OrderByClause orderBy)
           
 

Method parameters in org.azzyzt.jee.runtime.dto.query with type arguments of type OrderByClause
 void QuerySpec.setOrderByList(java.util.List<OrderByClause> orderByList)
           
 

Constructor parameters in org.azzyzt.jee.runtime.dto.query with type arguments of type OrderByClause
QuerySpec(Expression e, java.util.List<OrderByClause> orderByList)
          Programmatically construct a query specification from an expression and a list of order-by clauses
 

Uses of OrderByClause in org.azzyzt.jee.runtime.eao
 

Methods in org.azzyzt.jee.runtime.eao with parameters of type OrderByClause
<I,T extends EntityBase<I>>
java.util.List<T>
EaoBase.allOrdered(java.lang.Class<T> clazz, OrderByClause orderBy)
          Returns all entities of a certain class, ordered according to an OrderByClause.