From: Nguyen H. G. (JIRA) <no...@at...> - 2006-07-21 07:44:13
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-484?page=comments#action_23713 ] Nguyen Hau Giang commented on HHH-484: -------------------------------------- When querying by Criteria with join-fetch or left-join-alias. order-by of collection mappings is prior to order-by specified in Criteria. Please see HHH-1928 > order-by not applied to collections fetched by OuterJoinLoader > -------------------------------------------------------------- > > Key: HHH-484 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-484 > Project: Hibernate3 > Type: Bug > Components: core > Versions: 3.0.4 > Reporter: Gavin King > Assignee: Gavin King > Fix For: 3.0.4 > > > Currently, the collection order-by is not applied when we fetch a collection using OuterJoinLoader (ie. from get()/load()/criteria query). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |