-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Getting Nested Collections
PostPosted: Mon Sep 17, 2007 1:57 pm 
Newbie

Joined: Sun May 29, 2005 3:55 pm
Posts: 13
Hi,

I am having a little difficulty in retrieving the nested collections. Here is my scenario.

Exam have Questions
Question have Choices

I need to get the Exam with questions and choices.

My query works till Questions but how can I get the choices for each Question.

exam = session.CreateQuery(@"select e from Exam e inner join e.Questions q
inner join q.Choices c where e.Id = :Id")
.SetString("Id", id.ToString())
.List<Exam>()[0];

The above query throws the lazy initialization exception.

Is there any other better way to handle this?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.