Hibernate OGM

4.2 series end-of-life

Queries on embedded id properties for Neo4j and MongoDB, Bugfixes

Hibernate OGM is not maintained anymore.

Compatibility

Java 7
JPA 2.0
Hibernate ORM 4.3
Hibernate Search 5.2

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

Hibernate OGM 4.2 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 4.2, 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 (2015-06-01): 4.2.0.Final.

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

Releases in this series

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

See also the Maintenance policy.

4.2.0.Final

2015-06-01

4.2.0.CR1

2015-05-19

Cassandra backend preview, more built-in types, MongoDB 3 and replica sets, projection with embeddable associations

Maven artifacts Download Resolved issues Release announcement

4.2.0.Beta1

2015-03-13

Error report API, support for Fongo and and queries on nested properties

Maven artifacts Download Resolved issues Release announcement

Back to top