Package

hibernate-core : 3.5.0-Beta-4

Description

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.

We don't have any information about the release date. But this version was detected over 1 year ago
3266 other Packages are referencing this Package.
6 Compile Dependencies

2 Provided Dependencies
Dependency Version Current Version
1.1.0 1.1.0
1.6.5 1.7.0
hibernate-core has recursive compile dependencies
See visual page
pom.xml snippet

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>3.5.0-Beta-4</version>
</dependency>
    
Leave a comment
Sign In to leave a comment.