Class TQOrder
java.lang.Object
org.broadleafcommerce.common.util.dao.TQOrder
Specify the attributes of a ORDER BY that should appear in the TypedQuery. Generally takes the form of:
TypedQueryBuilder builder = new TypedQueryBuilder(com.MyClass, "item")
.addOrder("i.name", true);
- Author:
- Jeff Fischer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expression
-
ascending
-
-
Constructor Details
-
TQOrder
-
-
Method Details
-
toQl
-