[The Cornerstone] Advantage of Direct SQL in ORM

6 views
Skip to first unread message

Jun

unread,
Feb 28, 2005, 6:14:52 PM2/28/05
to cornerston...@googlegroups.com
Here is some discussion on comparison of Hibernate (generated SQL approach) and iBATIS (direct SQL approach). Cornerstone Persistence also uses direct SQL, which has been proven to be a great feature in developing production applications.
  • Performance: You can write the optimal SQL for your situation.
  • Debuggability: You can copy the SQL statement printed on debug console and run it in a database tool to see what's wrong. This is most useful when find data related issues.
  • Simplificity: There is no extra (automatically generated) layer that you need to understand and maybe get around.
Cornerstone Persistence is very similar to iBATIS with the extra feature of customizability.

--
Posted by Jun to The Cornerstone at 2/28/2005 03:09:00 PM
Reply all
Reply to author
Forward
0 new messages