<?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: Fluent NHibernate: Auto mapping and base-classes</title>
	<atom:link href="http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/</link>
	<description>Monkeying with the code</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Gregory</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-19083</link>
		<dc:creator>James Gregory</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-19083</guid>
		<description>If your entities are all the same, just with different types, then it may be worth using a discriminator instead. You&#039;re best asking these questions on the Fluent NHibernate &lt;a href=&quot;http://groups.google.com/group/fluent-nhibernate&quot; rel=&quot;nofollow&quot;&gt;mailing list&lt;/a&gt; because they&#039;ve got more than just myself answering questions.</description>
		<content:encoded><![CDATA[<p>If your entities are all the same, just with different types, then it may be worth using a discriminator instead. You&#8217;re best asking these questions on the Fluent NHibernate <a href="http://groups.google.com/group/fluent-nhibernate" rel="nofollow">mailing list</a> because they&#8217;ve got more than just myself answering questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterH</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-18799</link>
		<dc:creator>PeterH</dc:creator>
		<pubDate>Wed, 22 Apr 2009 18:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-18799</guid>
		<description>In the example above, from the application point of view how, how would you &quot;turn&quot; a person into an employee? (or for that matter into a guest as well).

I have an analogous problem in my application and I am wondering whether I am going down the wrong route using separate tables - perhaps one table with a discriminator would work better?</description>
		<content:encoded><![CDATA[<p>In the example above, from the application point of view how, how would you &#8220;turn&#8221; a person into an employee? (or for that matter into a guest as well).</p>
<p>I have an analogous problem in my application and I am wondering whether I am going down the wrong route using separate tables &#8211; perhaps one table with a discriminator would work better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #274</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-15471</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #274</dc:creator>
		<pubDate>Wed, 28 Jan 2009 08:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-15471</guid>
		<description>[...] Fluent NHibernate: Auto mapping and base-classes - James Gregory is continuing his series on Fluent NHibernate at quite a pace. This post talks about auto mapping and how this works with base classes, Introduction to static reflection talks about some of the reflection magic that makes Fluent NHibernate work, and I think you mean a many-to-one sir which explores a common ORM problem of people using the wrong type of mapping for object relations. [...]</description>
		<content:encoded><![CDATA[<p>[...] Fluent NHibernate: Auto mapping and base-classes &#8211; James Gregory is continuing his series on Fluent NHibernate at quite a pace. This post talks about auto mapping and how this works with base classes, Introduction to static reflection talks about some of the reflection magic that makes Fluent NHibernate work, and I think you mean a many-to-one sir which explores a common ORM problem of people using the wrong type of mapping for object relations. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Rayner</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-15451</link>
		<dc:creator>John Rayner</dc:creator>
		<pubDate>Tue, 27 Jan 2009 22:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-15451</guid>
		<description>Thanks for the posts James, and for your work on Fluent NHib.  It&#039;s all really good stuff!</description>
		<content:encoded><![CDATA[<p>Thanks for the posts James, and for your work on Fluent NHib.  It&#8217;s all really good stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - January 27, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-15437</link>
		<dc:creator>Dew Drop - January 27, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 27 Jan 2009 14:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-15437</guid>
		<description>[...] Fluent NHibernate: Auto Mapping and Base Classes&#160;and&#160;I Think You Mean a Many-to-One Sir (James Gregory) [...]</description>
		<content:encoded><![CDATA[<p>[...] Fluent NHibernate: Auto Mapping and Base Classes&#160;and&#160;I Think You Mean a Many-to-One Sir (James Gregory) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nijhof</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-15416</link>
		<dc:creator>Mark Nijhof</dc:creator>
		<pubDate>Mon, 26 Jan 2009 23:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-15416</guid>
		<description>Hi James,

Very good series about Fluent NHibernate and Automapping. I just which you had posted this 2 hours earlier ;) NHibernate doesn\t always return the most understandable error messages.

Thanks anyway, looking forward to your next post.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Very good series about Fluent NHibernate and Automapping. I just which you had posted this 2 hours earlier <img src='http://jagregory.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  NHibernate doesn\t always return the most understandable error messages.</p>
<p>Thanks anyway, looking forward to your next post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gregory</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-15411</link>
		<dc:creator>James Gregory</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-15411</guid>
		<description>Thanks Romain, glad you found your answer anyway.</description>
		<content:encoded><![CDATA[<p>Thanks Romain, glad you found your answer anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Verdier</title>
		<link>http://jagregory.com/writings/fluent-nhibernate-auto-mapping-and-base-classes/comment-page-1/#comment-15410</link>
		<dc:creator>Romain Verdier</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jagregory.com/?p=229#comment-15410</guid>
		<description>Wow, perfect timing: I was looking for the first tip 10 min ago, and found my answer here: http://tinyurl.com/isbaseclass

Thanks anyway for your work on the project, and for theses nice blog entries!</description>
		<content:encoded><![CDATA[<p>Wow, perfect timing: I was looking for the first tip 10 min ago, and found my answer here: <a href="http://tinyurl.com/isbaseclass" rel="nofollow">http://tinyurl.com/isbaseclass</a></p>
<p>Thanks anyway for your work on the project, and for theses nice blog entries!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
