SelectQuery(Class, Expression, List<Ordering>) This one would be helpful for people migrating from WebObjects.
On Thu, Jan 26, 2012 at 11:15 AM, Michael Gentry <[email protected]>wrote: > Any thoughts on updating SelectQuery.java to handle Orderings as: > > SelectQuery(Class, Expression, Ordering) or > SelectQuery(Class, Expression, List<Ordering>) or > SelectQuery(Class, Expression, Ordering...) or > public SelectQuery addOrdering(Ordering ordering) and > public SelectQuery addOrderings(List<Ordering> orderings) ... > > I'm personally thinking the last, so it is chainable. > > Thanks, > > mrg >
