public class TQOrder extends Object
TypedQueryBuilder builder = new TypedQueryBuilder(com.MyClass, "item") .addOrder("i.name", true);
protected Boolean
ascending
protected String
expression
TQOrder(String expression, Boolean ascending)
String
toQl()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String expression
protected Boolean ascending
public TQOrder(String expression, Boolean ascending)
public String toQl()
Copyright © 2022. All rights reserved.