Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Programmatic ORDER BY API?

Any plans on adding a programmatic way to set an Order By clause? My
current method is reflecting on property name then constructing SQL,
then adding the correct order by clause to the string *yuck*.

Are there plans to add this to v2 or does someone have a better idea?
I would like to get a Query or ReadAllQuery and have a standard way to
add an ORDER BY clause via entity property name string.

./tch


Back to the top