vohoaiviet / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

Not compatible with the latest hibernate #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I use maven to install this module. The version is 1.2. And I install the 
latest hibernate through maven, too.
However, a lot of class under org.hibernate.jpa have been deprecated and this 
project using a very old hibernate-entitymanager. This cause the application 
crash.

Original issue reported on code.google.com by vip...@gmail.com on 29 Jul 2014 at 3:55