Uses of Class
org.chromattic.api.query.Ordering

Packages that use Ordering
org.chromattic.api.query   
 

Uses of Ordering in org.chromattic.api.query
 

Methods in org.chromattic.api.query that return Ordering
static Ordering Ordering.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ordering[] Ordering.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.chromattic.api.query with parameters of type Ordering
 QueryBuilder<O> QueryBuilder.orderBy(java.lang.String orderByProperty, Ordering orderBy)
          Set the order by clause of the query.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.