-->
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: @OneToOne and FetchType.LAZY supported?
PostPosted: Thu Sep 14, 2006 2:22 pm 
Newbie

Joined: Fri Sep 05, 2003 12:06 pm
Posts: 4
I have noticed that Hibernate eagerly loads my annotated @OneToOne associations despite my attempt to force lazy initialization:

@OneToOne(mappedBy = "owner", cascade = CascadeType.ALL, fetch = FetchType.LAZY)
private OneToOneCandidate foo;

The EJB specification states that the LAZY value is a hint to the persistence provider. Just wondering whether Hibernate currently support this hint.

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 14, 2006 2:44 pm 
Newbie

Joined: Fri Sep 05, 2003 12:06 pm
Posts: 4
http://www.hibernate.org/162.html


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.