-->
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.  [ 2 posts ] 
Author Message
 Post subject: join fetch for join-subclasses
PostPosted: Fri Jul 07, 2006 2:09 pm 
Newbie

Joined: Fri Jul 07, 2006 1:54 pm
Posts: 4
Hi.

Let`s say that i have one base abstract class named Base, some classes extends that Base class, some of them has collection attibutes, like this:

class abstract Base{
//[...]
}

class A extends Base{
private List someList;
//[...]
}

class B extends Base{
//[...]
}

This classes are mapped as joined-subclasses, now if i want to retreive whole hierarchy of classes, i use "from Base", it works, but that someList attribute is loaded lazily, how to force to load it?

If i want to only A class, it is simple: "from A a join fetch a.someList", but how to do it if use "from Base" class ?

Thanks for answer.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 10, 2006 12:05 am 
Expert
Expert

Joined: Thu Dec 23, 2004 9:08 pm
Posts: 2008
Does "fetch all properties" work in this case? I think that's your only option for that particular query.

_________________
Code tags are your friend. Know them and use them.


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

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.