I want to count set of set of model in NHibernate using Criteria Query.
Account Model have Contacts(set) and Contact Model have Addresses(set).
I want to count addresses by giving input Account object.
I have implemented temporary by simple foreach loop.
If anyone know then please help me.
Thanks in advanced.