Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of hibernate support jpa 2.1?

Currently I am using JPA 2.0 with hibernate 3.6 . I tried to search but couldn't find, can anyone list out JPA 2.1 is supported by which versions of hibernate?

like image 552
Priyank Doshi Avatar asked Jan 28 '13 09:01

Priyank Doshi


People also ask

Does Hibernate support JPA?

Additionally, Hibernate is a standard implementation of the JPA specification, with a few additional features that are specific to Hibernate.

Which Hibernate version should I use?

Use Spring's latest stable version (4.0. 5 at the moment, as clearly indicated on the home page), and Hibernate's latest stable version (4.3. 5.

What version of Hibernate supports Java 11?

Hibernate technologies and JDK 11 support3+), Hibernate Search (5.10. 4+) and Hibernate Validator (6.0. 12+) can be used with JDK 11. Note that, for now, even though we define automatic module names, running as Jigsaw modules is not fully tested and not expected to work.


2 Answers

Hibernate 4.3.0.Final (Dec. 16, 2013) is the first production ready release to support jpa 2.1.

See: http://in.relation.to/Bloggers/HibernateORM430FinalRelease

The main focus of 4.3 was JPA 2.1 support, so much of the work these past few months focused on new JPA 2.1 features.

like image 55
Josh Avatar answered Sep 20 '22 17:09

Josh


According to Hibernate's versions list, JPA 2.1 is going to be supported by version 4.3 or by 5.0

like image 31
Boris Pavlović Avatar answered Sep 21 '22 17:09

Boris Pavlović