Hi,
My current project (which I hv joined midway), uses raw JDBC code for persistance.
The task in hand is -
Make it compliant with Oracle, MS SQL Server and DB2.
The estimates drawn up include "80 hrs per database vendor" -- time allocated to schema migration/ trigger rewriting etc..
per database.
As I have used Hibernate in the past I know with hibernate, changing the database vendor means changing only the hibernate.properties. (dialect, connection string, etc.
but Can Hibernate help in reducing the "80 hrs per database vendor" estimate?
(I went thru the Roundtrip engineering section of Hibernate but it was not clear to me how that will help in schema migration/ trigger rewriting issues per database)
Hibernate version I plan to introduce : 2.1.4
Name and version of the database that need to be supported : Oracle, MSSQlServer, MySql, PostgresSQL, DB2
_________________ thks
G1
|