NHibernate: What are the options for fetching multiple entities in one query?

Posted by George Mauer on Stack Overflow See other posts from Stack Overflow or by George Mauer
Published on 2010-04-23T04:27:05Z Indexed on 2010/04/23 4:33 UTC
Read the original article Hit count: 177

Filed under:
|
|

The NHibernate Book discusses very briefly queries that fetch several queries at the same time. They only show how to do this with the native CreateSQLQuery command. Are there any options for fetching multiple entities simultaneously using the criteria or hql APIs?

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about hql