I saw the following under the OGM page (emphasis mine):
Quote:
Mixing several NoSql datastores in one application, e.g. use Neo4j for your friendship graph and MongoDB for your blog posts. Or mix NoSql and relational databases (coming soon)
I'm exploring Hibernate as a candidate for a project I'm working on. We are planning to support both relational and NoSQL databases. The bolded section of the quote sounds like Hibernate does not currently support this scenario but I'm wondering if it's supported but requires different code/queries/configuration/etc for each type of database or just completely won't work for some reason or what.
If anyone can provide a bit more detail on this scenario I'd appreciate it.
Thanks