On Thu, Sep 23, 2010 at 9:50 AM, Michael Grant wrote: > > +1 > > I feel exactly the same way and still write my SQL statements myself. IMO > it's necessary when you start getting into multiple advanced joins, computed > columns and inline equations.
This is actually where ORM shines. You can do *crazy awesome* stuff with Hibernate. You can model your model in a variety of ways, that can make things really easy from a programming perspective. It's like learning a new language tho, and a lot of it can still end up being DB specific, so... eh. I bet very few people are using HBM files, where a lot of the magic happens. :Den -- Through shallow intellect, the mind becomes shallow, and one eats the fly, along with the sweets. Guru Nanak ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337409 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

