Hi All ,
I have three questions for now.
Any response is appreciated.
(i)
Is it possible to hook up the existsing database with Hibernate without modifying the database.
Like if the tables have only business primary key (ex: UserName)and doesnt have any sequence or any other numbers generated as primary key column .
(ii)
Does using Hibernate for a existsing project always results in a better performace , assuming the hibernate coding and configuration is done perfectly ?
(iii)
Any ideas on how to decide regarding migrating to Hibernate
thanks in advance
|