Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I upgrade Hibernate 4.3 --> 5.2?

I Googled around but don't see any tutorials for upgrading Hibernate to 5.2.

The only thing I could find was this: http://hibernate.org/search/documentation/migrate/5.0/ but it seems to specific to Hibernate search.

like image 457
user3133300 Avatar asked Jun 18 '18 12:06

user3133300


1 Answers

The full Hibernate ORM Upgrade Guide can be found here:

https://github.com/hibernate/hibernate-orm/blob/5.0/migration-guide.adoc

like image 180
peach Avatar answered Oct 08 '22 00:10

peach