-->
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: Lazy loading doesn' work for relationship using property-ref
PostPosted: Mon Sep 12, 2005 10:52 am 
Regular
Regular

Joined: Thu Dec 02, 2004 10:42 am
Posts: 54
I have a <many-to-one> relationship to a class with lazy=true. But they are not related by "ID" column, they are related by property-ref. And the loading get all the real object of the related class.

I think property-ref means the related object shall be unique identified, there shall not be problem to get the proxy first.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 12, 2005 12:46 pm 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Proxies are implemented so that they only store the ID field, and query the database to load the whole object by that ID, when needed. And since the ID of a property-ref'ed object is not known, it can't be proxied.


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.