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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Boris is right though you can try using,
in your
pom.xml
switching to the Hibernate 4.3.x or Hibernate 5.x.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
According to Hibernate's versions list, JPA 2.1 is going to be supported by version 4.3 or by 5.0