Hibernate 4.2 Tutorial - Learn how to use Hibernate 4.2.8 in your
applications
In this section you will find the latest tutorials of using Hibernate 4.2 for writing the persistence layer for applications. The Hibernate 4.2.x comes with many new features such as gradle build, ServiceRegistry, Multi-tenancy support, "Services" API, Better logging with i18n, OSGI support, cleanups/removal of deprecated code, Auditing support and feature enhancements.
Read the Hibernate 4 new features here.
Here in this section you will find the latest Hibernate 4.2 tutorials.
Here are the tutorials of Hibernate 4.2
Basics:
- Hibernate 4.2.7 Maven dependency - Learn how to use the Maven dependency in your project.
- Hibernate Overview - Learn the overview of Hibernate framework
- Hibernate Architecture - Learn the Architecture of Hibernate ORM Framework
- Setup Hibernate Environment - Learn How you can setup development environment using Hibernate ORM framework.
- Hibernate Configuration files - Learn about the Configuration files in the Hibernate framework
- First Hibernate Example Step by Step in Eclipse - Learn how to create first Hibernate example
- Hibernate Save Example - Learn how the save example works
- Hibernate Load Example - In this example you will learn how to load entity with the help of session.load() method
- Hibernate save or update method example - In this example you will learn how to use the saveOrUpdate() method.
- Hibernate Session.delete() Example - Learn how to delete the entity using Hibernate.
Hibernate Criteria Query:
- Tutorial and many examples of Hibernate Criteria Query - The Hibernate Criteria Query allows the developers to write query in object-oriented way. In this section You will final almost all the Examples of Hibernate Criteria Query.
More Tutorials: