I always need to retrieve active entities from my DB (in sql that means "IsActive=1"). So, I created a base class map with a Where clause that does just that. It works, but when I reference my collections it is not included in the generated sql. So, I can manually add a where clause into my HasMany relationships, but I was wondering if there is a "global" way to do this so I can avoid repeating myself.
-- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en.
