Engineering Full Stack Apps with Java and JavaScript
This note book will help you to get started with Hibernate 4 like setting up environment, inheritance, mappings, HQL and the Criterial API.
All the examples in this book is tested with Hibernate version 4.3.11.
Please refer to the hibernate references section to see the reference books that we use for learning and training purposes.
Comments
Hibernate versions?
Hello Sir, Since i am new to Hibernate and i have only heard of Hibernate and not familiar with its versions. Do i have to start from version 1 or should i start learning from 4.3 onwards? Should i learn anything else before i start learning Hibernate?
You can start with Hibernate
You can start with Hibernate 4.3. Understand about JPA and which JPA version is supported by each Hibernate version.
It is good to have some basic SQL knowledge for hibernate. You can refer to our partner site www.datastudy.club for more learning on SQL.
Fatal Error
Hello sir, above mentioned link is not working, while opening it getting below error.
Fatal error: Cannot use lexical variable $value as a parameter name in /home/clouderi/public_html/datastudy/sites/all/modules/webform/components/select.inc on line 765
Hibernate
How to ignore null values when updating the database in Hibernate?