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 | |
|---|---|---|
| commons-collections : commons-collections | 3.2.1 | 3.2.1 |
| antlr : antlr | 2.7.7 | 2.7.7 |
| org.hibernate.common : hibernate-commons-annotations | 4.0.0.Final | 4.0.1.Final |
| org.jboss.spec.javax.transaction : jboss-transaction-api_1.1_spec | 1.0.0.Final | 1.0.1.Final |
| dom4j : dom4j | 1.6.1 | 1.6.1 |
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | 1.0.1.Final | 1.0.1.Final |
| org.jboss.logging : jboss-logging | 3.1.0.CR1 | 3.1.3.GA |
| com.fasterxml : classmate | 0.5.4 | 0.8.0 |
| org.jboss : jandex | 1.0.3.Final | 1.0.3.Final |
| javassist : javassist | 3.12.1.GA | 3.12.1.GA |
| Dependency Version | Current Version | |
|---|---|---|
| jaxen : jaxen | 1.1 | 1.1.6 |
| junit : junit | 4.8.2 | 4.11 |
| commons-logging : commons-logging-api | 99.0-does-not-exist | 1.1 |
| org.slf4j : slf4j-log4j12 | 1.6.1 | 1.7.5 |
| org.slf4j : jcl-over-slf4j | 1.6.1 | 1.7.5 |
| javax.validation : validation-api | 1.0.0.GA | 1.1.0.Final |
| org.hibernate : hibernate-testing | 4.0.0.CR6 | 4.2.0.CR1 |
| org.hibernate : hibernate-validator | 4.2.0.Final | 5.0.0.CR4 |
| org.slf4j : slf4j-api | 1.6.1 | 1.7.2 |
| commons-logging : commons-logging | 99.0-does-not-exist | 1.1.2 |
| com.h2database : h2 | 1.2.145 | 1.3.171 |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.0.0.CR6</version>
</dependency>