As fast? Ha! Simple queries by an organization that I work with developed some hibernate applications. These queries run generally 2-3 seconds slower than hand-written SQL statements. By the way these hand-written queries were finished within 2 seconds. Does anyone know if Hibernate can still ONLY JOIN two tables? They should have MEGA ultra high performance if they can finally do more than that. What kiddy applications are you all developing in which you only join two tables? And HQL? Wow that's a great feature. Having to learn a mini language that looks almost like SQL and does the job of SQL. Anyone ever heard of DAOs and how they can abstract away the native SQL code and yet still maintain performance? It's time to destroy the hibernate hype...
Then what about this?
i c-t-6036.html
http://www.myeclipseide.com/PNphpBB2+file-viewtop
As fast? Ha! Simple queries by an organization that I work with developed some hibernate applications. These queries run generally 2-3 seconds slower than hand-written SQL statements. By the way these hand-written queries were finished within 2 seconds. Does anyone know if Hibernate can still ONLY JOIN two tables? They should have MEGA ultra high performance if they can finally do more than that. What kiddy applications are you all developing in which you only join two tables? And HQL? Wow that's a great feature. Having to learn a mini language that looks almost like SQL and does the job of SQL. Anyone ever heard of DAOs and how they can abstract away the native SQL code and yet still maintain performance? It's time to destroy the hibernate hype...