Uses of Class
com.mysema.query.types.Order

Packages that use Order
com.mysema.query.types Contains Querydsl grammar types 
 

Uses of Order in com.mysema.query.types
 

Methods in com.mysema.query.types that return Order
 Order OrderSpecifier.getOrder()
          Get the order of this specifier
static Order Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Order[] Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.mysema.query.types with parameters of type Order
OrderSpecifier(Order order, Expression<T> target)
           
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.