Hibernate OGM

4.1 series end-of-life

JPA object mapper for NoSQL

Hibernate OGM is not maintained anymore.

Documentation

Documentation for Hibernate OGM 4.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 4.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:4.1.3.Final
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-mongodb:4.1.3.Final
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:4.1.3.Final
Neo4j integration
org.hibernate.ogm:hibernate-ogm-couchdb:4.1.3.Final
CouchDB integration
org.hibernate.ogm:hibernate-ogm-ehcache:4.1.3.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.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 4.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 (2015-03-13): 4.1.3.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.1 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

4.1.3.Final

2015-03-13

Bugfixes, resource local transactions no longer require a dependency on TransactionManager

How to get it Getting started

Maven artifacts Download Resolved issues Release announcement

4.1.2.Final

2015-02-27

Bugfixes for MongoDB, Neo4j and CouchDB backends

Maven artifacts Download Resolved issues Release announcement

4.1.1.Final

2015-01-14

4.1.0.Final

2014-12-17

4.1.0.CR1

2014-12-10

Stable mapping, cache per entity structure for key/value stores

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta8

2014-10-30

4.1.0.Beta7

2014-09-30

API/SPI/Internal split; ObjectId support; Mapping improvements

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta6

2014-08-08

Query caching, polymorphic queries, natural association mappings in Neo4j, Bill of Materials POM

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta5

2014-07-09

JP-QL queries for Neo4j, more concise association mapping for document-type stores

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta4

2014-06-12

Support MongoBD CLI syntax, Neo4j bidirectional associations and WildFly 8.1

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta3

2014-05-22

Neo4j native queries; Misc. query improvements (paging, ordering)

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta2

2014-04-16

EAP 6 and WildFly Modules. Lots of fixes (MongoDB, queries, collections, Windows).

Maven artifacts Download Resolved issues Release announcement

4.1.0.Beta1

2014-02-19

Experimental CouchDB support; Option API; queries via JPA; first version compatible with JPA 2.1

Maven artifacts Download Resolved issues Release announcement

Back to top