<?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: JPA implementation patterns: Field access vs. property access</title>
	<atom:link href="http://blog.xebia.com/2009/06/13/jpa-implementation-patterns-field-access-vs-property-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com/2009/06/13/jpa-implementation-patterns-field-access-vs-property-access/</link>
	<description>Software development done right!</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: luk@synergetics.be</title>
		<link>http://blog.xebia.com/2009/06/13/jpa-implementation-patterns-field-access-vs-property-access/#comment-106062</link>
		<dc:creator>luk@synergetics.be</dc:creator>
		<pubDate>Thu, 16 Jun 2011 12:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2007#comment-106062</guid>
		<description>there&#039;s a mistake in your link to the UUID article</description>
		<content:encoded><![CDATA[<p>there&#8217;s a mistake in your link to the UUID article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.xebia.com/2009/06/13/jpa-implementation-patterns-field-access-vs-property-access/#comment-94789</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Mon, 10 May 2010 23:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2007#comment-94789</guid>
		<description>Thank you so much....
&quot;Serializable id = ((HibernateProxy) entity).getHibernateLazyInitializer().getIdentifier()&quot;

was exactly what i was looking for only getting the Id of the referenced Object without loading the object and outside of the session.

Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Thank you so much&#8230;.<br />
&#8220;Serializable id = ((HibernateProxy) entity).getHibernateLazyInitializer().getIdentifier()&#8221;</p>
<p>was exactly what i was looking for only getting the Id of the referenced Object without loading the object and outside of the session.</p>
<p>Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tbee</title>
		<link>http://blog.xebia.com/2009/06/13/jpa-implementation-patterns-field-access-vs-property-access/#comment-92141</link>
		<dc:creator>Tbee</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2007#comment-92141</guid>
		<description>Field access. Property access is the interface that my entity exposes to the application, persistency is done on the fields. Those contain the data.</description>
		<content:encoded><![CDATA[<p>Field access. Property access is the interface that my entity exposes to the application, persistency is done on the fields. Those contain the data.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.xebia.com/2009/06/13/jpa-implementation-patterns-field-access-vs-property-access/feed/ ) in 0.43141 seconds, on Feb 9th, 2012 at 9:22 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 10:22 pm UTC -->
