[hibernate-issues] [Hibernate-JIRA] Assigned: (HHH-6542) Envers : ManyToMany relation not Audited when revision_on_collection_change set to false

Gail Badner (JIRA) noreply at atlassian.com
Mon Aug 15 19:11:02 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner reassigned HHH-6542:
--------------------------------

    Assignee: Adam Warski

Adam, please assign as appropriate.
Thanks,
Gail

> 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
>            Assignee: Adam Warski
>
> 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

        


More information about the hibernate-issues mailing list