It would be useful to get the list of all properties that changed in a revision, together with the type of change (added/modified/deleted).
So far it's only possible to query for revisions where some specified properties have (not) changed, see http://docs.jboss.org/hibernate/core/4.1/devguide/en-US/html/ch15.html#envers-tracking-properties-changes.
Backlink: http://stackoverflow.com/questions/9422331/hibernate-envers-revision-info-changes-list
|