最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin0浏览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?

发布评论

评论列表(0)

  1. 暂无评论