3

Through different examples on Hibernate OGM for Neo4j, i can find that Neo4j can be used only in Embedded mode.

If anyone has used Hibernate OGM with Neo4j in Server mode, please share the approach.

Gunnar
  • 18,095
  • 1
  • 53
  • 73
Navneet
  • 87
  • 6

2 Answers2

2

No, that's not possible yet. Atm. only the embedded mode is supported by Hibernate OGM.

Gunnar
  • 18,095
  • 1
  • 53
  • 73
  • is this feature planned some day for Hibernate OGM? – zazi Jan 12 '15 at 14:33
  • 1
    Yes, we'd love to add support for remote Neo4j servers (see [OGM-366](https://hibernate.atlassian.net/browse/OGM-366)). Any help with that would be more than welcome. If you'd like to give it a short, let me know and we'll get you started. – Gunnar Jan 19 '15 at 07:44
1

Hibernate OGM 5.1.0.Alpha1 adds support for Neo4j in remote mode. The user can choose between the new Bolt protocol or the HTTP interface. See the related blog post for more details.

Richard
  • 582
  • 5
  • 19