Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of Hibernate is JPA 1.0 compliant

Tags:

hibernate

jpa

Which version of hibernate is JPA 1.0 compliant. I know Hibernate 3.6 that we are using supports JPA 2.0

like image 362
Ayusman Avatar asked Jun 21 '11 07:06

Ayusman


1 Answers

Hibernate with JPA support is packaged as Hibernate EntityManager, and it's latest version with JPA 1.0 support is 3.4.0.GA (it includes version 3.2.0.GA of Hibernate Core).

like image 159
axtavt Avatar answered Nov 16 '22 02:11

axtavt