You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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