<?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 for AdFactum ObjectMapper .NET Blog</title>
	<link>http://blog.objectmapper.net</link>
	<description>Official blog of the AdFactum ObjectMapper .NET</description>
	<pubDate>Sun, 21 Mar 2010 13:02:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>Comment on New Release - AdFactum ObjectMapper .NET 2.3.3013.0 by TimePunch Entwickler Blog &#187; TimePunch v1.91.1019.0</title>
		<link>http://blog.objectmapper.net/2008/07/13/new-release-adfactum-objectmapper-net-2330130/#comment-1234</link>
		<pubDate>Sat, 19 Jul 2008 22:29:02 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2008/07/13/new-release-adfactum-objectmapper-net-2330130/#comment-1234</guid>
					<description>[...] Einsatz des neuen ObjectMapper .NET 2.3.3013.0. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Einsatz des neuen ObjectMapper .NET 2.3.3013.0. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Attribute: [PrimaryKey] by AdFactum ObjectMapper .NET Blog &#187; Blog Archive &#187; Exception: NoPrimaryKeyFoundException</title>
		<link>http://blog.objectmapper.net/2007/06/11/attribute-primarykey/#comment-1231</link>
		<pubDate>Mon, 28 Jan 2008 08:39:12 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2007/06/11/attribute-primarykey/#comment-1231</guid>
					<description>[...] The NoPrimaryKeyFoundException will be thrown if the user tries to query an entity type which has no valid primary key defined by&amp;#160;the PrimaryKey attribute. In case that you use a pre-defined base object like &amp;#34;AutoIncValueObject&amp;#34; or &amp;#34;ValueObject&amp;#34; this exception will never occure. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The NoPrimaryKeyFoundException will be thrown if the user tries to query an entity type which has no valid primary key defined by&nbsp;the PrimaryKey attribute. In case that you use a pre-defined base object like &quot;AutoIncValueObject&quot; or &quot;ValueObject&quot; this exception will never occure. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to use the SQL-99 with clause. by AdFactum ObjectMapper .NET Blog &#187; Blog Archive &#187; New Release - AdFactum ObjectMapper .NET 2.0.2307.0</title>
		<link>http://blog.objectmapper.net/2007/12/07/using-the-sql-99-with-clause/#comment-1210</link>
		<pubDate>Fri, 07 Dec 2007 16:42:44 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2007/12/07/using-the-sql-99-with-clause/#comment-1210</guid>
					<description>[...] &amp;#171; Using the SQL-99 with clause. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] &laquo; Using the SQL-99 with clause. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Tutorial 4: Using the ObjectMapper in a multi threaded environment and cascaded transactions by AdFactum ObjectMapper .NET Blog &#187; Blog Archive &#187; New Release - AdFactum ObjectMapper .NET 1.90.1917.0</title>
		<link>http://blog.objectmapper.net/2007/04/02/tutorial-4-using-the-objectmapper-in-a-multi-threaded-environment-and-cascaded-transactions/#comment-1192</link>
		<pubDate>Mon, 17 Sep 2007 19:20:04 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2007/04/02/tutorial-4-using-the-objectmapper-in-a-multi-threaded-environment-and-cascaded-transactions/#comment-1192</guid>
					<description>[...] First of all the OBM (ObjectMapper .NET Manager Class) has been included in the current release. That means that you don&amp;#8217;t have to implement multi threading functionality by your own. You can simple use the OBM helper class. The original idea of the OBM has been explained in Tutorial 4. The only difference is, that the signature of the Method CreateMapper has been changed. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] First of all the OBM (ObjectMapper .NET Manager Class) has been included in the current release. That means that you don&#8217;t have to implement multi threading functionality by your own. You can simple use the OBM helper class. The original idea of the OBM has been explained in Tutorial 4. The only difference is, that the signature of the Method CreateMapper has been changed. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Background: The ObjectMapper .NET 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>Comment on Background: The ObjectMapper .NET 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>
	<item>
		<title>Comment on Attribute: [PropertyLength] by AdFactum ObjectMapper .NET Blog &#187; Blog Archive &#187; Supported Data Types</title>
		<link>http://blog.objectmapper.net/2006/07/11/attribute-propertylength/#comment-1188</link>
		<pubDate>Wed, 04 Jul 2007 12:08:09 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2006/07/11/attribute-propertylength/#comment-1188</guid>
					<description>[...] {0} = Replacement for the column length specified by the attribute PropertyLength.    (No Ratings Yet) &amp;#160;Loading ... [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] {0} = Replacement for the column length specified by the attribute PropertyLength.    (No Ratings Yet) &nbsp;Loading &#8230; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do bind collections by AdFactum ObjectMapper .NET Blog &#187; Blog Archive &#187; Attribute: [GeneralLink]</title>
		<link>http://blog.objectmapper.net/2006/08/24/how-to-bind-and-map-collections/#comment-1187</link>
		<pubDate>Mon, 11 Jun 2007 09:16:50 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2006/08/24/how-to-bind-and-map-collections/#comment-1187</guid>
					<description>[...] Additionally have a look at the blog entry &amp;#34;How to do bind collections&amp;#34;     (No Ratings Yet) &amp;#160;Loading ... [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Additionally have a look at the blog entry &quot;How to do bind collections&quot;     (No Ratings Yet) &nbsp;Loading &#8230; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on 3rd Place for the ObjectMapper .NET by Karl</title>
		<link>http://blog.objectmapper.net/2007/04/19/3rd-place-for-the-objectmapper-net/#comment-1186</link>
		<pubDate>Fri, 08 Jun 2007 09:02:21 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2007/04/19/3rd-place-for-the-objectmapper-net/#comment-1186</guid>
					<description>Great Gerhard!!!
go on!
Karl</description>
		<content:encoded><![CDATA[<p>Great Gerhard!!!<br />
go on!<br />
Karl
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Concepts for searching in database by Gerhard Stephan</title>
		<link>http://blog.objectmapper.net/2006/12/13/concepts-for-searching-in-database/#comment-1180</link>
		<pubDate>Thu, 22 Feb 2007 12:17:47 +0000</pubDate>
		<guid>http://blog.objectmapper.net/2006/12/13/concepts-for-searching-in-database/#comment-1180</guid>
					<description>Database Engines have sometimes very different ways to do a fulltext search. That's why the ObjectMapper .NET does not support it natively. What you can do is, executing a native SQL Select where you put your SELECT String into the Execute Method. 

&lt;code&gt;
                  /*
                   * Get the low level Native Persister from the SQL Persister
                   */
                  INativePersister nativePersister = sqlPersister as INativePersister;

                  // First example without Parameter 
                  nativePersister.Execute(&quot;EXEC dbo.SayHello&quot;);

                  // Second example is using Parameters
                  nativePersister.ExecuteWithParameter(&quot;EXEC dbo.SayHello @p01&quot;, &quot;Peter&quot;);
&lt;/code&gt;

Also have a look at the query API of the ObjectMapper .NET
http://blog.objectmapper.net/2007/01/22/how-to-build-sql-queries/</description>
		<content:encoded><![CDATA[<p>Database Engines have sometimes very different ways to do a fulltext search. That&#8217;s why the ObjectMapper .NET does not support it natively. What you can do is, executing a native SQL Select where you put your SELECT String into the Execute Method. </p>
<p><code><br />
                  /*<br />
                   * Get the low level Native Persister from the SQL Persister<br />
                   */<br />
                  INativePersister nativePersister = sqlPersister as INativePersister;</p>
<p>                  // First example without Parameter<br />
                  nativePersister.Execute("EXEC dbo.SayHello");</p>
<p>                  // Second example is using Parameters<br />
                  nativePersister.ExecuteWithParameter("EXEC dbo.SayHello @p01", "Peter");<br />
</code></p>
<p>Also have a look at the query API of the ObjectMapper .NET<br />
<a href='http://blog.objectmapper.net/2007/01/22/how-to-build-sql-queries/' rel='nofollow'>http://blog.objectmapper.net/2007/01/22/how-to-build-sql-queries/</a>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
