Quote:
[Hibernate3] Support for hand-written SQL
Hibernate's generated SQL may be anywhere overridden by handwritten SQL embedded in the mapping document. It is even possible to call a stored procedure for create/update/delete.
Yes, but doesn't this remove one of the main advantages of Hibernate? My goal is to stop writing SQL or Stored Procedures for each DB operation I need and hopefully speed up development significantly.
Re: Sybase
I was hoping someone here had a great story about how they having been using Hibernate with a high volume/traffic Sybase database. Something I could copy and paste and send off to the DBAs and say, how come this Sybase user has no problems?