arcynum / tiramisu

Java web application framework, using servlets and a custom URL routing system.
Other
1 stars 0 forks source link

Hibernate 5.2 Compatibility #3

Closed arcynum closed 8 years ago

arcynum commented 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.

arcynum commented 8 years ago

Finally ported the old template code to the new 5.2 JPA with Criteria that is now preferred by Hibernate.