Reputation: 87
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.
Upvotes: 3
Views: 253
Reputation: 582
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.
Upvotes: 1
Reputation: 18990
No, that's not possible yet. Atm. only the embedded mode is supported by Hibernate OGM.
Upvotes: 2