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 | |
| javassist : javassist | 3.12.1.GA | |
| cglib : cglib | 3.0 | |
| javax.transaction : jta | 1.1 | 1.1 |
| Dependency Version | Current Version | |
|---|---|---|
| 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.5.0-Beta-4</version>
</dependency>