<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Aliaspooryorik Musings - Last 20 posts</title>
		<link>http://www.aliaspooryorik.com/blog/</link>
		<description>The thoughts on web development with ColdFusion and Frameworks of John Whish</description>
		<language>en-gb</language>
		<pubDate>Thu, 02 Sep 2010 20:33:23 GMT</pubDate>
		<lastBuildDate>Thu, 02 Sep 2010 20:33:23 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>View HQL in your ColdFusion debugging info</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/view-hql-in-your-coldfusion-debugging-info-280</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[I just tried out the new to CF9.01, ability to write HQL statements in a cfquery tag and found that if you have ColdFusion debugging turned on, then you actually get the HQL outputted.]]></description>
			<pubDate>Fri, 20 Aug 2010 12:42:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/280</guid>
		</item>
		
			
			
		<item>
			<title>ORM Sample Blog Updated to CF9.01</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/orm-sample-blog-updated-to-cf9-01-274</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[The port I did of Mark Mandel&apos;s tBlog to hibernate ORM has now been updated to include some CF9.01 goodies.]]></description>
			<pubDate>Wed, 21 Jul 2010 10:19:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/274</guid>
		</item>
		
			
			
		<item>
			<title>EntityToQuery does not return a ColdFusion Query</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/entitytoquery-does-not-return-a-coldfusion-query-271</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[You can&apos;t use Query of Queries with the result returned from EntityToQuery.]]></description>
			<pubDate>Tue, 22 Jun 2010 13:59:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/271</guid>
		</item>
		
			
			
		<item>
			<title>SQL to HQL slides from Scotch on the Rocks</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sql-to-hql-slides-from-scotch-on-the-rocks-265</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[SOTR]]></category>
			
			<description><![CDATA[I&apos;ve uploaded the slides from my Scotch on the Rocks presentation on SQL to HQL. Although I&apos;ve gone for a presentation zen style, I&apos;ve added quite a few notes for the slides and attached sample code so I hope it is useful!]]></description>
			<pubDate>Mon, 31 May 2010 15:00:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/265</guid>
		</item>
		
			
			
		<item>
			<title>ORM article on DZone</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/orm-article-on-dzone-263</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[I co-authored an article with, the very smart guy that is, Bob Silverberg for DZone. You can read An Introduction to ColdFusion Object-Relational Mapping on the DZone website.]]></description>
			<pubDate>Fri, 28 May 2010 17:13:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/263</guid>
		</item>
		
			
			
		<item>
			<title>Unit Testing ORM with ColdBox 3 and MXUnit</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/unit-testing-orm-with-coldbox-3-and-mxunit-261</link>
			
			<category><![CDATA[CFEclipse]]></category>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[TDD]]></category>
			
			<description><![CDATA[I&apos;ve just started building a new site using Coldfusion 9&apos;s ORM capabilities. Being a good developer (OK, so I&apos;m not but I aspire to be!) I created my tests directory and then hit the problem of how do I actually test Persisted Entities using MXUnit in a ColdBox 3 application?]]></description>
			<pubDate>Wed, 05 May 2010 12:44:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/261</guid>
		</item>
		
			
			
		<item>
			<title>Get a memento of a Entity&apos;s data</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/get-a-memento-of-a-entity-s-data-257</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[A question was asked on the cf-orm mailing list about getting the data from a persisted Entity (CFC) as JSON.]]></description>
			<pubDate>Tue, 16 Mar 2010 15:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/257</guid>
		</item>
		
			
			
		<item>
			<title>ORM and the Nested Set Model</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/orm-and-the-nested-set-model-240</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<description><![CDATA[Using hibernate ORM&apos;s HQL with the Nested Set Model for storing hierarchical data.]]></description>
			<pubDate>Thu, 12 Nov 2009 13:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/240</guid>
		</item>
		
			
			
		<item>
			<title>A bit more HQL</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/a-bit-more-hql-239</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[Yesterday I blogged the basics of HQL, by replicating the functionality of EntityLoad(), so you&apos;re probably wondering why you&apos;d bother. Using the same set up as I had in my previous post let&apos;s look at some things you can&apos;t do with EntityLoad.]]></description>
			<pubDate>Fri, 06 Nov 2009 10:45:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/239</guid>
		</item>
		
			
			
		<item>
			<title>Getting started with HQL</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/getting-started-with-hql-238</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<description><![CDATA[Hibernate has it&apos;s only query language called HQL. I thought I&apos;d put together some simple examples of how you can use it in your ColdFusion 9 applications.]]></description>
			<pubDate>Thu, 05 Nov 2009 17:49:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/238</guid>
		</item>
		
			
			
		<item>
			<title>Creating Gateways using a GatewayFactory for ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/creating-gateways-using-a-gatewayfactory-for-orm-235</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[Lightwire]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<description><![CDATA[Joe Reinhart blogged earlier this week about his ColdFusion 9 ORM Generic DAO wrapper. I&apos;ve been playing around with something similar (although I don&apos;t have a dynamic finder method like Joe has) which uses a Gateway Factory and an Abstract Gateway and thought I&apos;d post my code here in case anyone was interested.]]></description>
			<pubDate>Thu, 08 Oct 2009 10:31:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/235</guid>
		</item>
		
			
			
		<item>
			<title>Self Validating Entities with CF9</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/self-validating-entities-with-cf9-231</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<description><![CDATA[The default settings for ColdFusion 9&apos;s ORM capabilities mean that you don&apos;t want to populate your entities with invalid data as it will be automatically saved.]]></description>
			<pubDate>Sun, 23 Aug 2009 21:57:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/231</guid>
		</item>
		
			
			
		<item>
			<title>CF9 ORM - Clearing the session cache II</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cf9-orm-clearing-the-session-cache-ii-228</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[A more refined version of my post on CF9 ORM - Clearing the session cache.]]></description>
			<pubDate>Tue, 04 Aug 2009 14:03:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/228</guid>
		</item>
		
			
			
		<item>
			<title>CF9 ORM - Clearing the session cache</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cf9-orm-clearing-the-session-cache-227</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[Clearing the session cache to stop ColdFusion saving changes to an ORM entity.]]></description>
			<pubDate>Mon, 03 Aug 2009 17:15:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/227</guid>
		</item>
		
			
			
		<item>
			<title>CF9 ORM blog sample application</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cf9-orm-blog-sample-application-226</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[Mark Mandel wrote an simple blog application to demonstrate how to use Transfer ORM. I thought it would be an interesting exercise to update it to run using the in-built ORM capabilities on ColdFusion 9.]]></description>
			<pubDate>Fri, 31 Jul 2009 15:40:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/226</guid>
		</item>
		
			
			
		<item>
			<title>Select Top n with CF9 ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/select-top-n-with-cf9-orm-224</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[A couple of quick examples of loading the first 5 records using EntityLoad and ORMExecuteQuery]]></description>
			<pubDate>Tue, 28 Jul 2009 08:50:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/224</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	