Hello! I'm seeing some unexpected behavior, and I'd like to confirm that it's a bug before I raise an issue.
If I have a one-to-one mapping from one class to another, is there any reason that I shouldn't be able to query for objects which do not have a corresponding object by using "is null"? E.g., if I have Person and Employee tables a la section 5.1.1 of the manual (http://nhforge.org/doc/nh/en/index.html#mapping-declaration- onetoone), shouldn't I be able to get people who are not employees with the HQL query "from Person as person where person.Employee is null"? I get back no results when I do the query. Thanks! - Neal -- 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=en.
