<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.9.7-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mr N - Latest Comments on How can I do lazy loading with a one-to-one relationship in hibernate?</title>
		<link>https://www.bigsoft.co.uk/blog/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="https://www.bigsoft.co.uk/blog/?tempskin=_rss2&#38;disp=comments&#38;p=76" />
		<description></description>
		<language>en-GB</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.9.7-stable"/>
		<ttl>60</ttl>
		<item>
			<title> Marcel [Visitor] in response to: How can I do lazy loading with a one-to-one relationship in hibernate?</title>
			<pubDate>Sat, 08 Dec 2012 18:48:52 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_2535">Marcel</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c2535@https://www.bigsoft.co.uk/</guid>
			<description>If you need to call size() on a lazy collection use Hibernate&amp;#8217;s extra lazy feature: http://www.frightanic.com/2010/11/21/extra-lazy-one-to-many-mapping-with-hibernate/</description>
			<content:encoded><![CDATA[If you need to call size() on a lazy collection use Hibernate&#8217;s extra lazy feature: http://www.frightanic.com/2010/11/21/extra-lazy-one-to-many-mapping-with-hibernate/]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2008/10/26/lazy-loading-one-to-one-relationships#c2535</link>
		</item>
		<item>
			<title> Lars Herrmann [Visitor] in response to: How can I do lazy loading with a one-to-one relationship in hibernate?</title>
			<pubDate>Tue, 28 Jun 2011 08:03:44 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_638">Lars Herrmann</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c638@https://www.bigsoft.co.uk/</guid>
			<description>I got this to work with optional=false and the use of a PrimaryKeyJoinColumn</description>
			<content:encoded><![CDATA[I got this to work with optional=false and the use of a PrimaryKeyJoinColumn]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2008/10/26/lazy-loading-one-to-one-relationships#c638</link>
		</item>
		<item>
			<title> Valfrido [Visitor] in response to: How can I do lazy loading with a one-to-one relationship in hibernate?</title>
			<pubDate>Mon, 06 Jun 2011 13:01:36 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_618">Valfrido</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c618@https://www.bigsoft.co.uk/</guid>
			<description>I resolve this problem putting:
optional=false in Annotation @oneToOne, only this.</description>
			<content:encoded><![CDATA[I resolve this problem putting:
optional=false in Annotation @oneToOne, only this.]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2008/10/26/lazy-loading-one-to-one-relationships#c618</link>
		</item>
		<item>
			<title> André Faria Gomes [Visitor] in response to: How can I do lazy loading with a one-to-one relationship in hibernate?</title>
			<pubDate>Mon, 05 Jul 2010 18:43:26 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_406">André Faria Gomes</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c406@https://www.bigsoft.co.uk/</guid>
			<description>Thanks for share it. I&amp;#8217;ve been looking to solve hibernate one2one lazy loading for ages too.
Keep up the great work!</description>
			<content:encoded><![CDATA[Thanks for share it. I&#8217;ve been looking to solve hibernate one2one lazy loading for ages too.
Keep up the great work!]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2008/10/26/lazy-loading-one-to-one-relationships#c406</link>
		</item>
		<item>
			<title> maddin [Visitor] in response to: How can I do lazy loading with a one-to-one relationship in hibernate?</title>
			<pubDate>Wed, 13 May 2009 14:57:21 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_268">maddin</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c268@https://www.bigsoft.co.uk/</guid>
			<description>&lt;p&gt;&amp;#8220;I’ll put you out of your misery now - you can’t!&amp;#8221;&lt;/p&gt;
&lt;p&gt;You can, use bytecode instrumentation and this:&lt;/p&gt;
&lt;p&gt;@OneToOne( fetch = FetchType.LAZY )
@org.hibernate.annotations.LazyToOne (        org.hibernate.annotations.LazyToOneOption.NO_PROXY
)&lt;/p&gt;
&lt;p&gt;so it is possible but doesnt mean its a good thing&amp;#8230;. /m&lt;br /&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>&#8220;I’ll put you out of your misery now - you can’t!&#8221;</p>
<p>You can, use bytecode instrumentation and this:</p>
<p>@OneToOne( fetch = FetchType.LAZY )
@org.hibernate.annotations.LazyToOne (        org.hibernate.annotations.LazyToOneOption.NO_PROXY
)</p>
<p>so it is possible but doesnt mean its a good thing&#8230;. /m<br /></p>]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2008/10/26/lazy-loading-one-to-one-relationships#c268</link>
		</item>
			</channel>
</rss>
