Does Hibernate OGM support Neo4j in server mode?

In various examples for Hibernate OGM for Neo4j, I can find that Neo4j can only be used in Embedded mode.

If anyone has used Hibernate OGM with Neo4j in server mode, please use this approach.

+3


source to share


2 answers


No, this is not possible yet. ATM machines. only inline mode is supported by Hibernate OGM.



+2


source


Hibernate OGM 5.1.0.Alpha1

adds support for Neo4j remotely. The user can choose between the new Bolt protocol or the HTTP interface. See the linked blog for details .



+1


source







All Articles