NHibernate CreateSqlQuery and object graph
- by magellings
Hello I'm a newbie to NHibernate. I'd like to make one sql query to the database using joins to my three tables.
I have an Application with many Roles with many Users. I'm trying to get NHibernate to properly form the object graph starting with the Application object. For example, if I have 10 application records, I want 10 application objects…