How to retrieve the audited revision of relations?
问题 Here is my use case I have two entities : Personn and Email (a @OneToMany relation). Both of them are audited. First I create a new Personn, with an Email (=> Both of them have a revision 1), then I modify the Email (=> The Email has a revision 2, but Personn has only a revision 1) In the web application the end-user has only one view to show the Personn's attributs and also his Emails attributs. In this view I want to show all existing revisions for this Personn. But when I query the audit