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?
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?