Currently the Envers configuration option org.hibernate.envers.revision_on_collection_change is global and when setting it affects all audited entities. It might be useful for specific scenarios to be able to influence this behavior at a per-site location using an annotation like @RevisionOnCollectionChange(boolean)?