Open nhibernate-bot opened 7 years ago
Hello ;)
Is there still now way to handle this? I'm facing the same problem. If you are using soft delete you must specify .Where(o => !o.IsDeleted) on every query and every access to a Collection of an object.
Edit: After some investigation I found out that filters can be used for that. https://nhibernate.info/doc/nhibernate-reference/filters.html
Ricardo Peres created an issue — :