Hibernate OGM

4.0 series development

Last release using Hibernate ORM 4.2 and JPA 2.1. Initial Neo4j integration; support for store-specific native queries.

Hibernate OGM is not maintained anymore.

Documentation

Documentation for Hibernate OGM 4.0 can be accessed through the links below:

HTML PDF API (JavaDoc)

You can find more documentation for all series on the documentation page.

How to get it

Maven, Gradle...

Maven artifacts of Hibernate OGM are published to Maven Central. Most build tools fetch artifacts from Maven Central by default, but if that's not the case for you, see this page to configure your build tool.

You can find the Maven coordinates of all artifacts through the link below:

Maven artifacts

Below are the Maven coordinates of the main artifacts.

org.hibernate.ogm:hibernate-search-infinispan:4.0.0.Beta4
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-mongodb:4.0.0.Beta4
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:4.0.0.Beta4
Neo4j integration
org.hibernate.ogm:hibernate-ogm-couchdb:4.0.0.Beta4
CouchDB integration
org.hibernate.ogm:hibernate-ogm-ehcache:4.0.0.Beta4
Ehcache integration

Direct download

A ZIP archive containing all JAR files, documentation and source is available from SourceForge:

Download ZIP archive

Individual Maven artifacts may be downloaded directly from the Maven repository:

Maven Central subdirectory

See here for how to download all dependencies of your Maven project to a local directory on your filesystem.

See here for how to download an explicitly listed set of artifacts to a local directory on your filesystem.

More information about specific releases (announcements, download links) can be found here.

Getting started

If you want to start using Hibernate OGM 4.0, please refer to the getting started guide:

HTML PDF

Migrating

If you need to upgrade from a previous series, please refer to the migration guide:

HTML

What's new

Hibernate OGM 4.0 is still in development:

  • some features may be incomplete;

  • newly introduced features may change in a backward-incompatible way before the stable release.

We encourage you to give it a try and to let us know of any bugs or problems you encounter.

Latest release announcement (2013-10-25): 4.0.0.Beta4.

A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate OGM are published to the JBoss Nexus repository.

JBoss Nexus subdirectory

You should only need those (unstable) versions for testing recently merged patches, and should never use them in production.

To consume these artifacts, you may need to configure your build tool to fetch artifacts from and to enable snapshots:

Maven Gradle

Releases in this series

4.0.0.Beta4

2013-10-25

Last release using Hibernate ORM 4.2 and JPA 2.1. Initial Neo4j integration; support for store-specific native queries.

How to get it Getting started

Maven artifacts Download Resolved issues Release announcement

Back to top