Hibernate 4.3 Tutorial - Learn Hibernate 4.3 framework
Hibernate 4.3.x framework is developed to provide the support for JPA 2.1 specification. Hibernate 4.3.x is fully JPA 2.1 compliant ORM tool. It can be used with the JEE 7 based applications. You can use Hibernate 4.3.x as persistent provider in your JEE 7 based applications.
In this section you will find tutorials of Hibernate 4.3.x ORM framework. Here we have many articles and examples which will help you in learning the Hibernate and master you the framework for the development of enterprise applications.
Top features of Hibernate 4.3.x are:
- JPA 2.1 support
- Support for Stored procedure
- Entity Graph support
- Improved support for OSGi environments
- The bytecode enhancement support
Here are the tutorials for Hibernate 4.3.x:
About Hibernate 4.3.x
- Features of Hibernate 4.3.x - Learn the new features of Hibernate 4.3.x
- Hibernate 4.3.0 Final Maven Dependency - Here is the maven dependency details
- Hibernate 4.3.4 Maven Dependency - Check the details here.
Basics of Hibernate
- What is Hibernate?
- What is JPA 2.1?
- Hibernate Overview and Architecture
- Downloading Hibernate 4.3.0 and Creating Hello World applications
- JPA 2.1 and Hibernate Hello World Example (jpa 2.1 with hibernate)
Hibernate Tutorial and Examples