• Status of Hibernate OGM?

    Hi - can anyone comment on the status of Hibernate OGM? There doesnt seem to have been much activity in the last two years. We have a requirement to support Cassandra and will have to move away from WildFly if the HOG...
    Profile Photo
    last modified by tstiemerling
  • Hibernate OGM migration notes

    This document describes changes in API, SPI, configuration properties etc. which may affect users when upgrading to a new version of Hibernate OGM. 5.4.x 5.4.0.Final Core Upgrade to Hibernate Search Infinispan emb...
    Profile Photo
    last modified by davided80
  • How to write a Datastore in Hibernate OGM

    OUT OF DATE: The information in this wiki is out of date, you should check the latest documentation for up to date information about creating grid dialects and contributing to Hibernate OGM: Chapter 1. How to get help...
    Profile Photo
    last modified by davided80
  • Design and mapping considerations for Hibernate OGM 5.0

    Re-discuss the influence of @JoinColumn and @JoinTable for different datastores, e.g. in case of the "embedded" strategy for document stores Currently @JoinTable is ignored in this case; should we log a warning (the v...
    Profile Photo
    last modified by gunnar.morling
  • Using Neo4J's console to explore unit test data

    You can use Neo4J's graphical console to explore the nodes created by Hibernate OGM in its unit test.   Requirements Get Hibernate OGM's git repository. Download Neo4J's server distribution: http://neo4j.com/dow...
    Profile Photo
    last modified by gunnar.morling
  • Releasing Hibernate OGM

    This document is not maintained anymore. Please refer to (and update) how-to-release.md instead.   Make sure there are no outstanding issues in JIRA Make sure that you have all the permission required to upload...
    Profile Photo
    last modified by gunnar.morling
  • Hibernate OGM roadmap

    The roadmap has moved to our website.
    Profile Photo
    last modified by epbernard
  • Discussion on mapping queries and use cases in MongoDB

    Mapping to MongoDB  This page aims at collecting thoughs on how to map to MongoDB. While it essentially focus on queries, we can imagine sections pertaining to data mapping or option mapping etc. It also should...
    Profile Photo
    last modified by jyemin
  • Hibernate OGM information on Tuple, RowKey, EntityKey and AssociationKey

    This information is highly time sensitive, it is valid as of 20120724.   Association represents the navigational information to go from an entity A1 to a (list of) entities B1..n. AssociationKey uniquely identif...
    Profile Photo
    last modified by sannegrinovero
  • Porting seam hotel booking example to OGM

    Purpose:  This article documents the process of porting the seam 3 hotel booking example to use Hibernate OGM with MongoDB as the datastore.   Code:  The code is available at: https://github.com/ajf8/...
    Profile Photo
    last modified by ajf