Reputation: 4252
I'm working on a project which uses Hibernate 3.0
(released in 2005), though the project itself is only 4 months old. The catch is we have already written millions of lines of code. We realized we are using Hibernate 3.0
only yesterday and now we badly want to move to the latest stable release 3.6.6
.
So I want to know:
Appreciate your help.
Upvotes: 5
Views: 3212
Reputation: 90417
I think you should read Hibernate3 Migration Guides from 3.0 step by step up to 3.6 Hibernate
And here is the quick search in the hibernate changelog about the improvement and path on the performance from 3.0 to 3.6
You can search in the Hibernate JIRA for each item 's details.Good luck
Upvotes: 3