br.com.arsmachina.authentication.dao.hibernate
Class Constants
java.lang.Object
br.com.arsmachina.authentication.dao.hibernate.Constants
public class Constants
- extends Object
Utility class for declaring commons constants.
- Author:
- Thiago H. de Paula Figueiredo
|
Field Summary |
static br.com.arsmachina.dao.SortCriterion[] |
ASCENDING_NAME_SORT_CRITERIA
Array with a single element: new SortCriterion("name", true). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCENDING_NAME_SORT_CRITERIA
public static final br.com.arsmachina.dao.SortCriterion[] ASCENDING_NAME_SORT_CRITERIA
- Array with a single element:
new SortCriterion("name", true).
Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.