Closed arcynum closed 8 years ago
Update the application to use the newest version of hibernate.
Hibernate have deprecated some of the interfaces used in this application. Need to migrate to the JPA way of retrieving records in a generic way.
Finally ported the old template code to the new 5.2 JPA with Criteria that is now preferred by Hibernate.
Update the application to use the newest version of hibernate.
Hibernate have deprecated some of the interfaces used in this application. Need to migrate to the JPA way of retrieving records in a generic way.