NHibernate eager loading collections with RootEntityResultTransformer and SetMaxResults
Chris Kaukis and I ran into an "issue" with NHibernate yesterday that really threw us for a loop. Consider we have 2 entity types "Order" and "Item" with a Many-to-Many relationship between them. Say we want to query all the orders for a given item. ...