Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 1.2 GA
Name and version of the database you are using:
SQL Server 2005
Hi All,
I would like to pre-load multiple collections and their children objects. Here is an example:
Ticket class has WarehouseItems and Corrections collections. When I fetch a list of tickets, I eagerly load WarehouseItems. Now, I would like to load all of the Corrections collections for these tickets in a single query instead of lazy loading each one. Is that possible?
Thanks,
Cole