Hibernate 5: /latest (Every Lab Exercise Comes With Downloadable Source Code)
Hibernate 5: /latest (Every Lab Exercise Comes With Downloadable Source Code)
Although I would request you to use Hibernate 4.3.5.Final version for the duration of the
course, as that was the version used by me while designing the course and the jar files for
which could also be download from Lecture 10, you might still want to use the Hibernate
5.x.y/latest version and you're welcome to do that, but you're going to have to make the
following two changes to the downloaded source code (every lab exercise comes with
downloadable source code) to get your code working properly:
So if youre going to use Hibernate 4.3.5.Final version, you dont have to make the above
(1st and 2nd) changes to the downloaded source code.
Once you complete the course, you could always test your code using Hibernate
5.x.y/latest version and get back to me in case you happen to face any issues2.
Best,
Deshraj
--------------------------------------------------------------------------------------------------
1
GenerationType.IDENTITY was discussed at
https://www.udemy.com/course/242180/activities/?ids=2594248 in the course
2
Hibernate 5.0.4 version has moved the geronimo-jta_1.1_spec-1.1.1.jar from lib ->
required folder to lib -> osgi folder, so do not forget to have it in the classpath of your
application; Hibernate 5.0.4.Final jar files are also available for download from Lecture 10