Log in to follow, share, and participate in this community.
Article Status of Hibernate OGM?
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...
Hibernate OGM migration notesThis 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...
How to write a Datastore in Hibernate OGMOUT 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...
Article Design and mapping considerations for Hibernate OGM 5.0
Design and mapping considerations for Hibernate OGM 5.0Re-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...
Article Using Neo4J's console to explore unit test data
Using Neo4J's console to explore unit test dataYou 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...
Releasing Hibernate OGMThis 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...
Article Discussion on mapping queries and use cases in MongoDB
Discussion on mapping queries and use cases in MongoDBMapping 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...
Porting seam hotel booking example to OGMPurpose: 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/...