Uses of Class
ch.elca.el4j.services.persistence.jpa.criteria.SortOrder

Packages that use SortOrder
ch.elca.el4j.services.persistence.jpa.criteria   
 

Uses of SortOrder in ch.elca.el4j.services.persistence.jpa.criteria
 

Methods in ch.elca.el4j.services.persistence.jpa.criteria that return SortOrder
static SortOrder SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.elca.el4j.services.persistence.jpa.criteria with parameters of type SortOrder
 QueryBuilder QueryBuilder.orderBy(SortOrder sortOrder, String orderBy)
          appends the given column to the ordering restrictions iff not already ordered by the given column.
 QueryBuilder QueryBuilder.orderByIf(SortOrder sortOrder, String orderBy, boolean cond)
          Appends given column to the ordering restrictions iff cond evaluates to true.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.