Aliaspooryorik
ColdFusion ORM Book

ORM hibernate sessions

I see quite a lot of confusion about how hibernate sessions work in ColdFusion 9's ORM. So I thought I'd put together various examples to see what happens. Read more »

Storing ORM Entities in the session scope

I've just been trying to debug an error with ColdFusion ORM. I'm building a booking system and decided to store the new Booking Entity in the session scope until the final stage of the process at which point I'd call EntitySave. Read more »

HQL tip - use a HashMap

When you use HQL, you can choose to select specific properties from an entity (for performance) and also if you want to get aggregate values (such as count and sum). The problem with doing this is that you end up with an array of arrays which isn't very nice to work with. To solve this probblem you can use a map which is similar to a good old ColdFusion struct. Read more »

SQL to HQL slides from Scotch on the Rocks

I've uploaded the slides from my Scotch on the Rocks presentation on SQL to HQL. Although I've gone for a "presentation zen" style, I've added quite a few notes for the slides and attached sample code so I hope it is useful! Read more »

ORM article on DZone

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. Read more »

« Previous Page Next Page »

Search

Wish List

Found something helpful & want to say ’thanks‘? Then visit my Amazon Wish List :)

Categories

Recent Posts