How to track changes with Envers so on child update the current version of the parent is linked to the current version of the child with the changes?

前端 未结 0 948
野趣味
野趣味 2021-01-06 00:08

Let\'s say we have an versioned entity Book. The book has a property which is also a versioned entity Author.

Author author = new Author();
author.setName(&qu         


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