<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Hibernate Annotations &#8211; Bidirectional One-To-Many</title>
	<atom:link href="http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/feed/" rel="self" type="application/rss+xml" />
	<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/</link>
	<description>Just another Wordpress.com weblog</description>
	<lastBuildDate>Fri, 23 Oct 2009 20:21:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ricardo Espergue</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-191</link>
		<dc:creator>Ricardo Espergue</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-191</guid>
		<description>Awesome explanation, I have hard time searching for list mapping ordering.

Good Job!</description>
		<content:encoded><![CDATA[<p>Awesome explanation, I have hard time searching for list mapping ordering.</p>
<p>Good Job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Antônio  Siqueira</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-188</link>
		<dc:creator>William Antônio  Siqueira</dc:creator>
		<pubDate>Sat, 12 Sep 2009 15:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-188</guid>
		<description>Thanks, this help-me a lot /</description>
		<content:encoded><![CDATA[<p>Thanks, this help-me a lot /</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M.C.S.</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-187</link>
		<dc:creator>M.C.S.</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-187</guid>
		<description>Everytime _the_ resource where I solve my (standard) problems. Great idea, great examples - thanks :-)</description>
		<content:encoded><![CDATA[<p>Everytime _the_ resource where I solve my (standard) problems. Great idea, great examples &#8211; thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Hibernate: Bidrektinales Mapping mit IndexColumn</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-186</link>
		<dc:creator>&#187; Hibernate: Bidrektinales Mapping mit IndexColumn</dc:creator>
		<pubDate>Tue, 12 May 2009 09:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-186</guid>
		<description>[...] Danke an: http://josian.wordpress.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Danke an: <a href="http://josian.wordpress.com" rel="nofollow">http://josian.wordpress.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagappeno</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-185</link>
		<dc:creator>Sagappeno</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-185</guid>
		<description>mm.. good one )</description>
		<content:encoded><![CDATA[<p>mm.. good one )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-182</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Mon, 02 Mar 2009 15:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-182</guid>
		<description>I have one problem with this way of working. In my case  I have and object A than contains a List of object B and B contains a List of C. 

this solution means that if I want to insert and object C I have to get the whole Object A and then update the C list, it looks really ineficient. If I don&#039;t want to get the whole object A I have to manage the index manually and I don&#039;t think it&#039;s the best choice.

can you help me out?

cheers</description>
		<content:encoded><![CDATA[<p>I have one problem with this way of working. In my case  I have and object A than contains a List of object B and B contains a List of C. </p>
<p>this solution means that if I want to insert and object C I have to get the whole Object A and then update the C list, it looks really ineficient. If I don&#8217;t want to get the whole object A I have to manage the index manually and I don&#8217;t think it&#8217;s the best choice.</p>
<p>can you help me out?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-181</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-181</guid>
		<description>Thank you! It makes perfect sense all your explanations! I&#039;ve been going crazy untill I found you&#039;re post. Do you know why is it not working the indexColumn if we use it on the other side?</description>
		<content:encoded><![CDATA[<p>Thank you! It makes perfect sense all your explanations! I&#8217;ve been going crazy untill I found you&#8217;re post. Do you know why is it not working the indexColumn if we use it on the other side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parmendra</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-178</link>
		<dc:creator>Parmendra</dc:creator>
		<pubDate>Tue, 14 Oct 2008 13:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-178</guid>
		<description>How to use @JoinColumn in @OneToMany case ?

Suppose in bidirectional association you defin @JoinColumn at @OneToMany side, is it still required to define @JoinColumn at @ManyToOne side.</description>
		<content:encoded><![CDATA[<p>How to use @JoinColumn in @OneToMany case ?</p>
<p>Suppose in bidirectional association you defin @JoinColumn at @OneToMany side, is it still required to define @JoinColumn at @ManyToOne side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhil</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-142</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Fri, 20 Jun 2008 01:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-142</guid>
		<description>Thanks dude!</description>
		<content:encoded><![CDATA[<p>Thanks dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bascht</title>
		<link>http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-141</link>
		<dc:creator>bascht</dc:creator>
		<pubDate>Wed, 16 Apr 2008 12:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://josian.wordpress.com/2006/09/09/hibernate-annotations-bidirectional-one-to-many/#comment-141</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
