Hibernate OGM

5.1 series end-of-life

Hibernate ORM 5.1, Neo4j and Infinispan remote, Aggregation in MongoDB native queries, Operations grouping

Hibernate OGM is not maintained anymore.

Compatibility

Java 7 or 8
JPA 2.1
Hibernate ORM 5.1
Hibernate Search 5.6

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.1 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.1 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.1.0.Final
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-infinispan-remote:5.1.0.Final
Infinispan integration (remote)
org.hibernate.ogm:hibernate-ogm-mongodb:5.1.0.Final
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:5.1.0.Final
Neo4j integration
org.hibernate.ogm:hibernate-ogm-couchdb:5.1.0.Final
CouchDB integration
org.hibernate.ogm:hibernate-ogm-cassandra:5.1.0.Final
Cassandra integration
org.hibernate.ogm:hibernate-ogm-ehcache:5.1.0.Final
Ehcache integration
org.hibernate.ogm:hibernate-ogm-redis:5.1.0.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.1 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.1, 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-03-01): 5.1.0.Final.

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

Core

Hibernate ORM 5.1 support

As of Hibernate OGM 5.1, the version of ORM to use with OGM is 5.1 (use the latest micro version).

Hibernate Search 5.6 support

OGM now can integrate with Hibernate Search 5.6 which supports Elasticsearch. So you can index your NoSQL data into Elasticsearch just by adding a few annotations to your entities.

Operation grouping

Due to the nature of OGM, it is possible to optimize some operations by grouping them (for instance the creation of a document and the additional updates). OGM 5.1 introduces a grouping infrastructure that will be generalized to all the dialects in future versions.

Datastores

Infinispan

OGM can now talk with a remote Infinispan cluster via the Hot Rod protocol (previously, it only supported Infinispan in embedded mode).

Neo4j

OGM can now talk with a remote Neo4j cluster via both the Bolt protocol and the HTTP interface (previously, it only supported Neo4j in embedded mode).

MongoDB

OGM 5.1 supports aggregation in MongoDB native queries using the CLI syntax.

Releases in this series

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

See also the Maintenance policy.

5.1.0.Final

2017-03-01

Hibernate ORM 5.1, Neo4j and Infinispan remote, Aggregation in MongoDB native queries, Operations grouping

How to get it Getting started

Maven artifacts Download Resolved issues Release announcement

5.1.0.CR1

2017-01-15

Hibernate Search 5.5.6, Aggregate operation with MongoDB

Maven artifacts Download Resolved issues Release announcement

5.1.0.Beta3

2017-01-05

Sequence generation, queries with single table inheritance

Maven artifacts Download Resolved issues Release announcement

5.1.0.Beta1

2016-11-08

Integration with Infinispan Remote via Hot Rod

Maven artifacts Download Resolved issues Release announcement

5.1.0.Alpha1

2016-10-07

Remote Neo4j with Bolt and Http; dialect group operations

Maven artifacts Download Resolved issues Release announcement

Back to top