You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cayenne.apache.org by John Armstrong <si...@gmail.com> on 2009/05/10 08:05:34 UTC

Ordering of relationship retrievals

Hi all,

 I have a simple relationships, template -> configuration_options,
that I access as follows:

theTemplate.getConfigurationDefArray()

I'd like to be able to specify the order by for this retrieval in SQL
rather then sorting each item in the retrieved list.

Any tips much appreciated! Otherwise Brute Force will ensue :(

John-