A module of the Hibernate Core project
[ manual entry ]: Historically, Hibernate facilitated the storage and retrieval of Java domain objects via Object/Relational Mapping. Today, Hibernate is a collection of related projects enabling developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping.
| Dependency Version | Current Version | |
|---|---|---|
| antlr : antlr | 2.7.7 | |
| commons-collections : commons-collections | 3.2.1 | |
| dom4j : dom4j | 1.6.1 | |
| org.hibernate : hibernate-commons-annotations | 3.3.0.ga | |
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | 1.0.1.Final | |
| javassist : javassist | 3.12.1.GA | |
| cglib : cglib | 3.0 | |
| javax.transaction : jta | 1.1 | 1.1 |
| Dependency Version | Current Version | |
|---|---|---|
| org.hibernate : hibernate-validator | 5.0.0.CR4 | |
| javax.xml.bind : jaxb-api | 2.2 | 2.2.9 |
| com.sun.xml.bind : jaxb-impl | 2.1.12 | 2.2.7 |
| com.h2database : h2 | 1.3.171 |
| Dependency Version | Current Version | |
|---|---|---|
| javax.validation : validation-api | 1.1.0.Final | |
| org.jboss.javaee : jboss-jacc-api_JDK4 | 1.1.0 | 1.1.0 |
| ant : ant | 1.6.5 | 1.7.0 |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.6.4.Final</version>
</dependency>