posted 13 years ago
How can I sort a collection using a value in a one-to-one field? I have the mapping setup to join but the following does not work:
the order by clause appears in the query but is not prepended with the generated table alias (ie, genre_2.title asc). The order-by works fine when using any field in Book.
Is this possible?