How do I properly set up cross-store persistence using Spring Data JPA + Neo4j?

后端 未结 1 579
暗喜
暗喜 2021-01-23 02:28

I am trying to get a very minimal JPA + SDN (Spring Data Neo4j) cross store project running and am trying to demonstrate that saving a partial entity using a JPA repository call

1条回答
  •  离开以前
    2021-01-23 03:35

    I sent a message to the Neo4j Google Group and got some feedback from Michael Hunger so I'm going to share here:

    • Turns out the cross store lib has been dormant for a while
    • JPA repos are not supported, only the EntityManager operations are
    • The cross store setup was not meant for a remote server and was not tested

    So in summary my core understanding / assumptions were off!

    Source: https://groups.google.com/forum/#!topic/neo4j/FGI8692AVJQ

    0 讨论(0)
提交回复
热议问题