-->
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: @Fetch(JOIN) not working
PostPosted: Tue Mar 02, 2010 12:21 pm 
Newbie

Joined: Wed Feb 03, 2010 9:17 am
Posts: 5
Hello there! Given this association:

@ManyToOne(fetch=FetchType.EAGER)
@Fetch(FetchMode.JOIN)
@JoinTable(name="MEDIA_CATEGORY",joinColumns={@JoinColumn(name="MEDIA_ID")},inverseJoinColumns={@JoinColumn(name="CATEGORY_ID")})
private Category category;

I was expecting Hibernate to load the Category in a single select. Instead:

/* load org.acme.model.media.AbstractMedia */ followed by :

/* load org.model.category.Category */

I wonder if this is caused by the JoinTable...

BTW. Is the default behavior of Hibernate to create left joins for all associations, no matter if they are lazy or not?


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.