Tried the following HQL and got the following exception. NHibernate.QueryException : No data type for node: IdentNode mr [SELECT msg, mr FROM Model.Message msg WHERE msg.Contest = :contest LEFT OUTER JOIN MessageReading mr ON (mr.Message = msg AND mr.User = :user)]
Is this style of joins supported? Is there any way to do this type of join (to an unassociated entity)? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=.
