<?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: Scala with JPA</title>
	<atom:link href="http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/</link>
	<description></description>
	<lastBuildDate>Wed, 30 Sep 2009 14:12:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/#comment-72</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 03 Sep 2009 09:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=53#comment-72</guid>
		<description>I would like to map an Enum with eclipselink. I saw examples how I&#039;m able to do this with hibernate. Can anybody give me a hint ?

TIA
Martin</description>
		<content:encoded><![CDATA[<p>I would like to map an Enum with eclipselink. I saw examples how I&#8217;m able to do this with hibernate. Can anybody give me a hint ?</p>
<p>TIA<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/#comment-65</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=53#comment-65</guid>
		<description>I realize what they do but I don&#039;t see the need... from http://www.hars.de/2009/03/jpa-with-scala.html

&quot;The first version contained @BeanProperty annotations on all fields, which are nice in general, but unnecessary for JPA.&quot;</description>
		<content:encoded><![CDATA[<p>I realize what they do but I don&#8217;t see the need&#8230; from <a href="http://www.hars.de/2009/03/jpa-with-scala.html" rel="nofollow">http://www.hars.de/2009/03/jpa-with-scala.html</a></p>
<p>&#8220;The first version contained @BeanProperty annotations on all fields, which are nice in general, but unnecessary for JPA.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikasvrao</title>
		<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/#comment-64</link>
		<dc:creator>vikasvrao</dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=53#comment-64</guid>
		<description>The @BeanProperty is a part of the scala.reflect package and it generates getter and setter methods for the field.</description>
		<content:encoded><![CDATA[<p>The @BeanProperty is a part of the scala.reflect package and it generates getter and setter methods for the field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/#comment-63</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=53#comment-63</guid>
		<description>Out of curiosity, why use @BeanProperty in combination with field access JPA annotations?</description>
		<content:encoded><![CDATA[<p>Out of curiosity, why use @BeanProperty in combination with field access JPA annotations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Session and Entity Beans with Scala! &#171; Random Ramblings!</title>
		<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/#comment-47</link>
		<dc:creator>Session and Entity Beans with Scala! &#171; Random Ramblings!</dc:creator>
		<pubDate>Sun, 21 Jun 2009 17:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=53#comment-47</guid>
		<description>[...] my JPA beans were written as I have done before. A more detailed explanation of JPA for scala can be found [...]</description>
		<content:encoded><![CDATA[<p>[...] my JPA beans were written as I have done before. A more detailed explanation of JPA for scala can be found [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Smith</title>
		<link>http://vikasrao.wordpress.com/2009/02/03/scala-with-jpa/#comment-34</link>
		<dc:creator>Shaun Smith</dc:creator>
		<pubDate>Mon, 09 Feb 2009 20:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=53#comment-34</guid>
		<description>Hi Vikas,

  I&#039;ve added a link to your blog from the EclipseLink wiki (http://wiki.eclipse.org/EclipseLink/Articles).  Feel free to add links on the wiki to any other blogs you might write about EclipseLink and Scala. 

  If you&#039;re interested, we have the perfect place for you to further explain how to use Scala with EclipseLink (http://wiki.eclipse.org/EclipseLink/Examples/JPA)!

--Shaun</description>
		<content:encoded><![CDATA[<p>Hi Vikas,</p>
<p>  I&#8217;ve added a link to your blog from the EclipseLink wiki (<a href="http://wiki.eclipse.org/EclipseLink/Articles" rel="nofollow">http://wiki.eclipse.org/EclipseLink/Articles</a>).  Feel free to add links on the wiki to any other blogs you might write about EclipseLink and Scala. </p>
<p>  If you&#8217;re interested, we have the perfect place for you to further explain how to use Scala with EclipseLink (<a href="http://wiki.eclipse.org/EclipseLink/Examples/JPA)" rel="nofollow">http://wiki.eclipse.org/EclipseLink/Examples/JPA)</a>!</p>
<p>&#8211;Shaun</p>
]]></content:encoded>
	</item>
</channel>
</rss>
