Hibernate OGM

5.0 series end-of-life

Upgrade to Hibernate ORM 5 and Hibernate Search 5

Hibernate OGM is not maintained anymore.

Compatibility

Java 7 or 8
JPA 2.1
Hibernate ORM 5.0
Hibernate Search 5.5

Not compatible with your requirements? Have a look at the other series.

See also the Compatibility policy and Maintenance policy.

Documentation

Documentation for Hibernate OGM 5.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

Hibernate OGM 5.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

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:5.0.4.Final
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-mongodb:5.0.4.Final
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:5.0.4.Final
Neo4j integration
org.hibernate.ogm:hibernate-ogm-couchdb:5.0.4.Final
CouchDB integration
org.hibernate.ogm:hibernate-ogm-cassandra:5.0.4.Final
Cassandra integration
org.hibernate.ogm:hibernate-ogm-ehcache:5.0.4.Final
Ehcache integration
org.hibernate.ogm:hibernate-ogm-redis:5.0.4.Final
Redis 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

Hibernate OGM 5.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

If you want to start using Hibernate OGM 5.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

Latest release announcement (2017-01-05): 5.0.4.Final.

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

Core

  • Upgrade to Hibernate ORM 5 and Hibernate Search 5: OGM can be used with WildFly 10

  • Support for the JPA @PostLoad annotation

  • Support for @Lob mapping

  • Support for multiget

Datastores

Infinispan

Upgrade to Infinispan 8.

MongoDB

The MongoDB CLI syntax now supports additional operations (findOne, findAndModify, insert, remove and update) and functions.

The MongoDB driver has been upgraded to version 3.

Cassandra

Support for the new datatypes introduced in Cassandra 2.2.

Redis

Redis support is included as a tech preview including Redis cluster support and hash mapping.

Releases in this series

Hibernate OGM 5.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

5.0.0.Final

2016-05-13

Upgrade to Hibernate ORM 5 and Hibernate Search 5

Maven artifacts Download Resolved issues Release announcement

5.0.0.CR1

2016-03-29

Support Redis Cluster, Redis hash mapping and additional MongoDB CLI queries

Maven artifacts Download Resolved issues Release announcement

5.0.0.Beta1

2015-12-18

Cassandra 2.2, @Lob mapping and @PostLoad support

Maven artifacts Download Resolved issues Release announcement

5.0.0.Alpha1

2015-08-24

Based on ORM 5, experimental Redis support, Multi-get, MongoDB driver 3.0

Maven artifacts Download Resolved issues Release announcement

Back to top