Envers : ManyToMany relation not Audited when revision_on_collection_change set to false
----------------------------------------------------------------------------------------
Key: HHH-6542
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6542
Project: Hibernate Core
Issue Type: Bug
Components: envers
Affects Versions: 3.6.4
Reporter: William Ferreira
If you have a ManyToMany relation between objects A and B, hibernate create a third table
A_B and by default Envers audit this table and insert a line each time the relation is
modified.
Now if you set the property "org.hibernate.envers.revision_on_collection_change"
to false, no more line are added to this table and it's not possible to navigate
between object A and B using audit tables.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira