tags:

views:

38

answers:

0

Hi,

If I use HQL I am able to query the entire system with this:

session.CreateQuery("from System.Object")

But then I just get all objects in a list, are there any way similar to this to also get all collections populated?