<?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"
	>
<channel>
	<title>Comments on: Managing NHibernate Maps</title>
	<atom:link href="http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/</link>
	<description>Coaching, Process, Design, Speculation</description>
	<pubDate>Sat, 22 Nov 2008 09:11:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Eduard Liebenberger</title>
		<link>http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-6452</link>
		<dc:creator>Eduard Liebenberger</dc:creator>
		<pubDate>Wed, 09 May 2007 23:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-6452</guid>
		<description>It means that you have to set the "skipOrder" parameter to "false" when you use calls like "Configuration.AddAssembly" etc. NHibernate documentation recommends to set this parameter to "true" to increase performance (and I believe this is the default setting).
And in case you manually add the mapping files you already mentioned that it will be the developer's responsibility to keep a proper order.

However if the mapping files (and the inheritance hierarchies) are split across multiple assemblies the configuration is still not totally robust (Release 1.2 GA).</description>
		<content:encoded><![CDATA[<p>It means that you have to set the &#8220;skipOrder&#8221; parameter to &#8220;false&#8221; when you use calls like &#8220;Configuration.AddAssembly&#8221; etc. NHibernate documentation recommends to set this parameter to &#8220;true&#8221; to increase performance (and I believe this is the default setting).<br />
And in case you manually add the mapping files you already mentioned that it will be the developer&#8217;s responsibility to keep a proper order.</p>
<p>However if the mapping files (and the inheritance hierarchies) are split across multiple assemblies the configuration is still not totally robust (Release 1.2 GA).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-431</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Sat, 27 Jan 2007 18:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-431</guid>
		<description>I have followed the mapping-per-concrete-class strategy and I like it a lot.  I get used to seeing 2 of every class (Item.cs, Item.hbm.xml for example).

It's a matter of personal preference, but I find that method the easiest to manage.</description>
		<content:encoded><![CDATA[<p>I have followed the mapping-per-concrete-class strategy and I like it a lot.  I get used to seeing 2 of every class (Item.cs, Item.hbm.xml for example).</p>
<p>It&#8217;s a matter of personal preference, but I find that method the easiest to manage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-392</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 16 Jan 2007 01:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-392</guid>
		<description>This is some really good practical advice! Thanks for sharing. :-)</description>
		<content:encoded><![CDATA[<p>This is some really good practical advice! Thanks for sharing. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-388</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Mon, 15 Jan 2007 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://laribee.com/blog/2007/01/15/managing-nhibernate-maps/#comment-388</guid>
		<description>&lt;strong&gt;Managing NHibernate Maps...&lt;/strong&gt;

You've been kicked (a good thing) - Trackback from DotNetKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>Managing NHibernate Maps&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) - Trackback from DotNetKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
