25.06.2017 Views

Hibernate-Tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Hibernate</strong> <strong>Tutorial</strong><br />

iv<br />

Preface<br />

ibernate ORM (<strong>Hibernate</strong> in short) is an object-relational mapping framework, facilitating the conversion of an object-oriented<br />

domain model to a traditional relational database. <strong>Hibernate</strong> solves the object-relational impedance mismatch problems by<br />

replacing direct persistence-related database accesses with high-level object handling functions.<br />

<strong>Hibernate</strong> is one of the most popular Java frameworks out there. For this reason we have provided an abundance of tutorials here<br />

at Java Code Geeks, most of which can be found here: http://www.javacodegeeks.com/tutorials/java-tutorials/enterprise-javatutorials/#<strong>Hibernate</strong><br />

Now, we wanted to create a standalone, reference post to provide a framework on how to work with <strong>Hibernate</strong> and help you<br />

quickly kick-start your <strong>Hibernate</strong> applications. Enjoy!

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!