<?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: Why NHibernate Entities Need A Public Or Protected Parameterless Constructor</title>
	<atom:link href="http://davybrion.com/blog/2009/10/why-nhibernate-entities-need-a-public-or-protected-parameterless-constructor/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2009/10/why-nhibernate-entities-need-a-public-or-protected-parameterless-constructor/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:14:47 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jack</title>
		<link>http://davybrion.com/blog/2009/10/why-nhibernate-entities-need-a-public-or-protected-parameterless-constructor/comment-page-1/#comment-22684</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=1698#comment-22684</guid>
		<description>Having been using nHibernate for several month, I think it is hard to maintain the mapping files.</description>
		<content:encoded><![CDATA[<p>Having been using nHibernate for several month, I think it is hard to maintain the mapping files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Maulo</title>
		<link>http://davybrion.com/blog/2009/10/why-nhibernate-entities-need-a-public-or-protected-parameterless-constructor/comment-page-1/#comment-22664</link>
		<dc:creator>Fabio Maulo</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=1698#comment-22664</guid>
		<description>NHibernate may need default ctor ;)

I know that it is old but it still working
http://fabiomaulo.blogspot.com/2008/11/entities-behavior-injection.html

http://fabiomaulo.blogspot.com/2009/05/nhibernate-ioc-integration.html</description>
		<content:encoded><![CDATA[<p>NHibernate may need default ctor <img src='http://davybrion.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I know that it is old but it still working<br />
<a href="http://fabiomaulo.blogspot.com/2008/11/entities-behavior-injection.html" rel="nofollow">http://fabiomaulo.blogspot.com/2008/11/entities-behavior-injection.html</a></p>
<p><a href="http://fabiomaulo.blogspot.com/2009/05/nhibernate-ioc-integration.html" rel="nofollow">http://fabiomaulo.blogspot.com/2009/05/nhibernate-ioc-integration.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2009/10/why-nhibernate-entities-need-a-public-or-protected-parameterless-constructor/comment-page-1/#comment-22648</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Sun, 04 Oct 2009 16:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=1698#comment-22648</guid>
		<description>Yeah, that is definitely fair... and i _think_ (but am not sure) that you can use a private default constructor if you&#039;ve disabled lazy-loading in the entity&#039;s mapping.</description>
		<content:encoded><![CDATA[<p>Yeah, that is definitely fair&#8230; and i _think_ (but am not sure) that you can use a private default constructor if you&#8217;ve disabled lazy-loading in the entity&#8217;s mapping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://davybrion.com/blog/2009/10/why-nhibernate-entities-need-a-public-or-protected-parameterless-constructor/comment-page-1/#comment-22647</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 04 Oct 2009 16:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=1698#comment-22647</guid>
		<description>Thanks for the speedy, complete response!

I half-suspected that this was related to proxies (and ultimately, lazy-loading). 

I don&#039;t consider lazy-loading to be a requirement for entities - indeed, I&#039;m a bit puzzled that lazy-loading is the default behavior for NHibernate mappings (and for all I know, for other ORMs). But it sounds like it&#039;s fair to say that a private default constructor is adequate for entities too, as long as you don&#039;t require lazy loading?</description>
		<content:encoded><![CDATA[<p>Thanks for the speedy, complete response!</p>
<p>I half-suspected that this was related to proxies (and ultimately, lazy-loading). </p>
<p>I don&#8217;t consider lazy-loading to be a requirement for entities &#8211; indeed, I&#8217;m a bit puzzled that lazy-loading is the default behavior for NHibernate mappings (and for all I know, for other ORMs). But it sounds like it&#8217;s fair to say that a private default constructor is adequate for entities too, as long as you don&#8217;t require lazy loading?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
