Is there any way to use sort expressions in a query? Something like
"ORDER BY column = id"? I get the error "Unsupported ordering
expression" when trying to execute a query with this in it.
Also, it looks like I might be able to do this using in-memory
sorting, but the Ordering(Expression sortExpression, ...) methods are
deprecated. So what's the preferred way to sort on expressions in
Cayenne?
-Dave
This archive was generated by hypermail 2.0.0 : Tue Mar 16 2010 - 01:12:02 EDT