How can i map one entity to two databases (MongoDb and Neo4j) with custom properties in each

后端 未结 0 1087
你的背包
你的背包 2020-12-13 20:50

I have a user entity which i want to save in two databases, one in MongoDb and one in Neo4j:

@Node("User")
@Document
public class User {
  @Id
  @Ge         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题