<?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/"
		>
<channel>
	<title>Comments on: Mapping composite primary keys in JPA â€“ How to work around a bug in Hibernate Annotations</title>
	<atom:link href="http://technology.amis.nl/2008/05/18/mapping-composite-primary-keys-in-jpa-how-to-work-around-a-bug-in-hibernate-annotations/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/05/18/mapping-composite-primary-keys-in-jpa-how-to-work-around-a-bug-in-hibernate-annotations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mapping-composite-primary-keys-in-jpa-how-to-work-around-a-bug-in-hibernate-annotations</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rakesh</title>
		<link>http://technology.amis.nl/2008/05/18/mapping-composite-primary-keys-in-jpa-how-to-work-around-a-bug-in-hibernate-annotations/#comment-5340</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Thu, 13 Jan 2011 12:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3177#comment-5340</guid>
		<description><![CDATA[I just saw one article , which explain implementation of composite primary key using annotation with simple example.
&lt;a href=&quot;http://j2eereference.com/2011/01/implementing-composit-primary-key-with-jpa-and-hibernate/&quot; rel=&quot;nofollow&quot;&gt;http://j2eereference.com/2011/01/implementing-composit-primary-key-with-jpa-and-hibernate/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I just saw one article , which explain implementation of composite primary key using annotation with simple example.<br />
<a href="http://j2eereference.com/2011/01/implementing-composit-primary-key-with-jpa-and-hibernate/" rel="nofollow">http://j2eereference.com/2011/01/implementing-composit-primary-key-with-jpa-and-hibernate/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p3t0r</title>
		<link>http://technology.amis.nl/2008/05/18/mapping-composite-primary-keys-in-jpa-how-to-work-around-a-bug-in-hibernate-annotations/#comment-5339</link>
		<dc:creator>p3t0r</dc:creator>
		<pubDate>Mon, 19 May 2008 20:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3177#comment-5339</guid>
		<description><![CDATA[Personally I prefer to use javax.persistence.EmbeddedId / javax.persistence.Embeddable to nicely group the attributes of the key in a single object without having to duplicate them in the parent object. Also, having the embeddable annotation on the Id object instantaneously tell other developers how the object should be be used...]]></description>
		<content:encoded><![CDATA[<p>Personally I prefer to use javax.persistence.EmbeddedId / javax.persistence.Embeddable to nicely group the attributes of the key in a single object without having to duplicate them in the parent object. Also, having the embeddable annotation on the Id object instantaneously tell other developers how the object should be be used&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
