Each Store has many Products.
Store --> (N) Products
How to create an NHibernate criteria to get stores with more than 2 products which price is greater than 2.0$ ?
I know how to get Stores based on a criteria on Products and I also know how to get the count of Products which Price is greater than 2, but I can't find a way to put a criteria on the count.