I\'ve got a Criteria Query for a social networking site.A Person object has a collection of Friends (also person objects).The query grabs the first N friends, but I also want to eager load an associat
I have a Client class like that: public clas开发者_运维知识库s Client { public Person Pers { get; set; }
Please do not redirect me towards the other similar kinds of HQL in Stackoverflow, because they did not work for me. I really appreciate your direction on it. Thanks.