<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Background: The ObjectMapper .NET</title>
	<link>http://blog.objectmapper.net/2006/10/13/background-the-objectmapper-net/</link>
	<description>Official blog of the AdFactum ObjectMapper .NET</description>
	<pubDate>Tue, 07 Feb 2012 02:45:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Gerhard Stephan</title>
		<link>http://blog.objectmapper.net/2006/10/13/background-the-objectmapper-net/#comment-1191</link>
		<pubDate>Thu, 19 Jul 2007 12:43:59 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2006/10/13/background-the-objectmapper-net/#comment-1191</guid>
					<description>Hi,

the ObjectMapper .NET does not support lazy loading. But it supports hierarchy loading. That means, that you can do a flat load on your main object to show in UI and than deep load it, if you want access the attached file.

So, no problem to handle it with the ObjectMapper .NET.

Cheers
Gerhard</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the ObjectMapper .NET does not support lazy loading. But it supports hierarchy loading. That means, that you can do a flat load on your main object to show in UI and than deep load it, if you want access the attached file.</p>
<p>So, no problem to handle it with the ObjectMapper .NET.</p>
<p>Cheers<br />
Gerhard
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Elmar</title>
		<link>http://blog.objectmapper.net/2006/10/13/background-the-objectmapper-net/#comment-1190</link>
		<pubDate>Thu, 19 Jul 2007 06:42:27 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2006/10/13/background-the-objectmapper-net/#comment-1190</guid>
					<description>Hi,

does the ObjectMapper support Lazy Loading. If yes, how does this work.

I.e: I have a class &quot;Attachment&quot; with some porperties and the Attachement-File. I want to load all properties of the Attachment class except the file for presenting in the UI. When the user want to see the attachment file the mapper should load the file itself.

Is this scenario with Object-Mapper possible?

TIA
Elmar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>does the ObjectMapper support Lazy Loading. If yes, how does this work.</p>
<p>I.e: I have a class &#8220;Attachment&#8221; with some porperties and the Attachement-File. I want to load all properties of the Attachment class except the file for presenting in the UI. When the user want to see the attachment file the mapper should load the file itself.</p>
<p>Is this scenario with Object-Mapper possible?</p>
<p>TIA<br />
Elmar
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

