From: NHibernate J. <nh...@gm...> - 2009-06-16 05:47:10
|
[ http://nhjira.koah.net/browse/NH-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo closed NH-804. -------------------------- Resolution: Won't Fix > Implement the SUBSELECT FETCH and BATCH FETCH > --------------------------------------------- > > Key: NH-804 > URL: http://nhjira.koah.net/browse/NH-804 > Project: NHibernate > Issue Type: New Feature > Components: Core > Affects Versions: 1.2.0.Beta2 > Reporter: Franz Meier > Priority: Major > > like in hibernate 3.x > sess.CreateQuery("from Book b SUBSELECT FETCH b.publisher") > sess.CreateQuery("from Book b BATCH FETCH SIZE=5 b.publisher") > the strange thing is, that you can configure it in the mapping xml file, > but you cannot use it in the CreateQuery -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nhjira.koah.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |