[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] Programmatic ORDER BY API?
|
- From: "Tim Hollosy" <hollosyt@xxxxxxxxx>
- Date: Mon, 13 Oct 2008 12:57:40 -0400
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=MsAGKOqY2vYSmfMc+s0LFuuhqRm8hwPK7+qIqCCmFhw=; b=pRiwCCmgjscyS37f1yGb/S+xosIPG0mOppdtrfUNJYhkBH+HUZmyoi65wmoVRC79ZB rem1mw/w5FWr6ZVlI29XeOtNBX4+gkNVBOcWrMxDHGqow1u4tIpPErYshOF2fhSG6w/1 MZLSzjFW0J0b3P2mirQDhHKdSuMJPR0bE7K1E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=FoEb3kRE4H65q7CcQshwGNnxylFA0atlWyz7vRwDfUuA22Ivyawh+OZ7TzA0ldKubK JD5mxlAxmSF6Pergu/wWbBAAIrtBjCIjSl7y1t1MZIDeySUH3xNq2tdN8qwNgem/fOsu BzJqrMMM1btFM6I+Qmqe8+lPXDMcCxR4JH2EY=
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