Package com.suncode.pwfl.search.sql
Class NativeSQLOrder
java.lang.Object
org.hibernate.criterion.Order
com.suncode.pwfl.search.sql.NativeSQLOrder
- All Implemented Interfaces:
Serializable
public class NativeSQLOrder
extends org.hibernate.criterion.Order
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoSqlString
(org.hibernate.Criteria criteria, org.hibernate.criterion.CriteriaQuery criteriaQuery) Methods inherited from class org.hibernate.criterion.Order
asc, desc, getPropertyName, ignoreCase, isAscending, isIgnoreCase, nulls, toString
-
Constructor Details
-
NativeSQLOrder
-
-
Method Details
-
toSqlString
public String toSqlString(org.hibernate.Criteria criteria, org.hibernate.criterion.CriteriaQuery criteriaQuery) throws org.hibernate.HibernateException - Overrides:
toSqlString
in classorg.hibernate.criterion.Order
- Throws:
org.hibernate.HibernateException
-