<?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: NHibernate and Future Queries</title> <atom:link href="http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/feed/" rel="self" type="application/rss+xml" /><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/</link> <description>inquisitive: adjective. given to inquiry, research, or asking questions; eager for knowledge; intellectually curious</description> <lastBuildDate>Wed, 08 Feb 2012 11:42:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Transparent Query Batching Through Your Repository</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-101274</link> <dc:creator>Transparent Query Batching Through Your Repository</dc:creator> <pubDate>Sat, 10 Sep 2011 19:03:23 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-101274</guid> <description>[...] use it or where it wouldn&#039;t make sense to use it) use the same Repository implementation. After the Future and FutureValue queries were added to NHibernate, i modified the implementation of that Repository [...]</description> <content:encoded><![CDATA[<p>[...] use it or where it wouldn&#039;t make sense to use it) use the same Repository implementation. After the Future and FutureValue queries were added to NHibernate, i modified the implementation of that Repository [...]</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-27439</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Fri, 05 Feb 2010 09:51:18 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-27439</guid> <description>@stepanthat&#039;s a problem that only occurs with HQL queries... but it has been fixed already and the fix will be in NH3.0:
http://nhjira.koah.net/browse/NH-2084</description> <content:encoded><![CDATA[<p>@stepan</p><p>that&#8217;s a problem that only occurs with HQL queries&#8230; but it has been fixed already and the fix will be in NH3.0:<br
/> <a
href="http://nhjira.koah.net/browse/NH-2084" rel="nofollow">http://nhjira.koah.net/browse/NH-2084</a></p> ]]></content:encoded> </item> <item><title>By: stepan</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-27370</link> <dc:creator>stepan</dc:creator> <pubDate>Thu, 04 Feb 2010 22:08:18 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-27370</guid> <description>How about the names of parameters in Future Queries? I have a big problem in combining queries with the same parameter name.</description> <content:encoded><![CDATA[<p>How about the names of parameters in Future Queries? I have a big problem in combining queries with the same parameter name.</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-23001</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Sat, 21 Nov 2009 08:21:51 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-23001</guid> <description>@Prasobhcalling Dispose on the ISession interface will indeed close the session</description> <content:encoded><![CDATA[<p>@Prasobh</p><p>calling Dispose on the ISession interface will indeed close the session</p> ]]></content:encoded> </item> <item><title>By: Prasobh</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-22998</link> <dc:creator>Prasobh</dc:creator> <pubDate>Sat, 21 Nov 2009 05:44:30 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-22998</guid> <description>u have mentioned in the above eg with Using keywordusing (ISession session = sessionFactory.OpenSession())will the session object here be disposed once it leaves the using Scope or will i have to manually close the session object by telling Session.Close()</description> <content:encoded><![CDATA[<p>u have mentioned in the above eg with Using keyword</p><p> using (ISession session = sessionFactory.OpenSession())</p><p>will the session object here be disposed once it leaves the using Scope or will i have to manually close the session object by telling Session.Close()</p> ]]></content:encoded> </item> <item><title>By: Elegant Code &#187; Why Future&#60;T&#62; should be in your future</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-22970</link> <dc:creator>Elegant Code &#187; Why Future&#60;T&#62; should be in your future</dc:creator> <pubDate>Mon, 16 Nov 2009 17:50:28 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-22970</guid> <description>[...] Former ECer Davy Brion, as always, does an excellent job of demonstrating usage of the feature here so I am not going to rehash that. What I am going to focus on here if the [...]</description> <content:encoded><![CDATA[<p>[...] Former ECer Davy Brion, as always, does an excellent job of demonstrating usage of the feature here so I am not going to rehash that. What I am going to focus on here if the [...]</p> ]]></content:encoded> </item> <item><title>By: The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; NHibernate&#8217;s Future Queries And Their Fallback Behavior</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-12326</link> <dc:creator>The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; NHibernate&#8217;s Future Queries And Their Fallback Behavior</dc:creator> <pubDate>Mon, 13 Apr 2009 18:08:02 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-12326</guid> <description>[...] blogged about NHibernate&#8217;s Future queries a couple of times already. But as you know, NHibernate aims to offer you a way to write your code completely [...]</description> <content:encoded><![CDATA[<p>[...] blogged about NHibernate&#8217;s Future queries a couple of times already. But as you know, NHibernate aims to offer you a way to write your code completely [...]</p> ]]></content:encoded> </item> <item><title>By: Future&#60;T&#62; Queries with HQL and Criteria - NHibernate blog - NHibernate Forge</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-8269</link> <dc:creator>Future&#60;T&#62; Queries with HQL and Criteria - NHibernate blog - NHibernate Forge</dc:creator> <pubDate>Fri, 30 Jan 2009 15:09:17 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-8269</guid> <description>[...] examples adapted from Davy Brion posts [1] and [2].  Posted ene 30 2009, 01:10 p.m. by Dario Quintana Filed under: querying, HQL, Criteria, [...]</description> <content:encoded><![CDATA[<p>[...] examples adapted from Davy Brion posts [1] and [2].  Posted ene 30 2009, 01:10 p.m. by Dario Quintana Filed under: querying, HQL, Criteria, [...]</p> ]]></content:encoded> </item> <item><title>By: Future&#60;T&#62; Queries with HQL and Criteria at Dario Quintana</title><link>http://davybrion.com/blog/2009/01/nhibernate-and-future-queries/comment-page-1/#comment-8251</link> <dc:creator>Future&#60;T&#62; Queries with HQL and Criteria at Dario Quintana</dc:creator> <pubDate>Thu, 29 Jan 2009 21:18:00 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=882#comment-8251</guid> <description>[...] examples adapted from Davy Brion posts [1] and [...]</description> <content:encoded><![CDATA[<p>[...] examples adapted from Davy Brion posts [1] and [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/15 queries in 0.006 seconds using disk: basic
Object Caching 450/455 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d18sni7re4ly7f.cloudfront.net

Served from: davybrion.com @ 2012-02-08 18:03:29 -->
