Have you mapped Item.Group? If so, then a simple
session.QueryOver<Item>().Where(x => x.Group == null)
should do the trick. If you haven't [which I suspect from the lack of "inverse" on the list], then NHibernate has no way of knowing how to formulate the question to the DB - you might want to consider using a bidirectional mapping
/Pete
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nhusers+u...@googlegroups.com.
To post to this group, send email to nhu...@googlegroups.com.
Visit this group at http://groups.google.com/group/nhusers?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.