Audits with Spring Data Neo4j

后端 未结 2 1634
醉话见心
醉话见心 2021-01-07 04:42

I\'m currently working on a project that makes use of Spring Data Neo4j. Whenever a NodeEntity is created, I would like to create a referenced Audit NodeEntity that contains

2条回答
  •  旧巷少年郎
    2021-01-07 05:16

    Spring Data Neo4j (SDN) introduced the concept of lifecycle events in version 2.1. This will also work for cascaded entities.

提交回复
热议问题