Uses of Class
org.yestech.lib.jpa.EntityManagerAdapter.SortOrder

Packages that use EntityManagerAdapter.SortOrder
org.yestech.lib.jpa   
 

Uses of EntityManagerAdapter.SortOrder in org.yestech.lib.jpa
 

Methods in org.yestech.lib.jpa that return EntityManagerAdapter.SortOrder
static EntityManagerAdapter.SortOrder EntityManagerAdapter.SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EntityManagerAdapter.SortOrder[] EntityManagerAdapter.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.yestech.lib.jpa with parameters of type EntityManagerAdapter.SortOrder
<T> java.util.List<T>
EntityManagerAdapter.getAllEntities(java.lang.Class<T> entityClass, java.lang.String orderByAttributeName, EntityManagerAdapter.SortOrder sortOrder)
           
 



Copyright © 2009 YES Technology Association. All Rights Reserved.