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

admin2025-04-15  0

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?

转载请注明原文地址:http://www.anycun.com/QandA/1744719032a86667.html