2 Replies Latest reply on Sep 4, 2012 3:57 AM by schnabeltier

    Envers ManyToMany

    schnabeltier

      Hello guys,

       

      i have a person with different contacts (manyToMany).

      How can I find a person for revision x with his contacts matching this revision.

      That means revisionIds for the contacts (and the join table) can be less or equal than x.

      So I would like  to page the object graph with direct (in person entity) and

      indirect changes (remove/add contact or changes in the contact entity).

       

      Is this possible?

      How to use the envers query api for this purpose, if it is possible?