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 | |
| javax.transaction : jta | 1.1 | 1.1 |
| javassist : javassist | 3.4.GA | 3.12.1.GA |
| org.hibernate : hibernate-cglib-repack | 2.1_3 | 2.1_3 |
| Dependency Version | Current Version | |
|---|---|---|
| javax.security : jaas | 1.0.01 | 1.0.01 |
| javax.security : jacc | 1.0 | 1.0 |
| ant : ant | 1.6.5 | 1.7.0 |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.1.GA</version>
</dependency>