Lukasz_Plawny
Lukasz_Plawny

Reputation: 439

How to map Neo4j nodes to Java POJOs without annotations on model classes

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

Answers (0)

Related Questions