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:
- Will there be a lot of changes in the way we map hbm files?(and properties file)
- Are we likely to get major improvement in performance?(currently we are having some performance issues due to Hibernate's badly formed queries)
- Will there be a lot of changes in the way we write HQL?(we are using HQL heavily)
Appreciate your help.