Reputation: 439
I have a domain model that shouldn't be annotated with any database specific annotations (like @Node
or @Id
). I would like to use one of the following libraries to integrate with Neo4j database: spring-boot-starter-data-neo4j, neo4j-ogm, spring-data-neo4j.
Is it possible to define entity mapping without annotating domain model with Neo4j specific annotations?
Upvotes: 0
Views: 21