From: NHibernate J. <mik...@us...> - 2007-02-28 20:25:13
|
Add equivalent to "select entity" to criteria API ------------------------------------------------- Key: NH-928 URL: http://jira.nhibernate.org/browse/NH-928 Project: NHibernate Type: New Feature Components: Core Versions: 1.2.0.CR1 Reporter: Aaron Jensen Priority: Minor Currently there's no way to do select child from parent.child in the criteria API. You can do an AliasToEntityMap transform and just grab the children, but that's probably a bit more heavy than the hql alternative. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |