Is it possible to connect a JPA implementation to a Neo4j specific version? -


i have java project use embedded neo4j database (nosql), version 2.0.0.

i need migrate data traditional relational db (sql). job, thought using implementation of jpa help.

i found these 3 projects:

  • hibernate ogm
  • datanucleus
  • kundera

but can't find jpa implementation compatible neo4j 2.0.0 version. kundera supports neo4j 1.8.1. each distribution of hibernate ogm brings own neo4j version (ogm-neo4j-4.2.0 brings neo4j-2.1.8 , ogm-neo4j-4.1.2 brings neo4j-2.1.6). same seems happen datanucleus, differents version numbers.

is there way can find jpa implementation compatible neo4j 2.0.0 specific version? or i'm fighting against windmills , have updagrade neo4j version?

i have sample app i've been playing while, , using datanucleus v4.1 neo4j pulls in default (2.1.3 iirc). tried v2.0.0 , runs fine me. put version of neo4j want in classpath and, if necessary, exclude 1 may pulled in datanucleus pom (if using maven). neo4j api seems same between v2.0 , v2.1 no real reason why wouldn't.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -