[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4010) support auditing of entity having reference (many-to-one relation) to not audited entity

Adam Warski (JIRA) noreply at atlassian.com
Thu Aug 6 14:22:12 EDT 2009


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

Adam Warski resolved HHH-4010.
------------------------------

         Assignee: Adam Warski
       Resolution: Fixed
    Fix Version/s: 3.5

> support auditing of entity having reference (many-to-one relation) to not audited entity
> ----------------------------------------------------------------------------------------
>
>                 Key: HHH-4010
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4010
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: envers
>    Affects Versions: 3.3.2
>            Reporter: Tomasz Bech
>            Assignee: Adam Warski
>             Fix For: 3.5
>
>         Attachments: envers.patch
>
>
> There is an annotated (with @Audited) entity class (lets say - class A), it has  ManyToOne reference to another class (lets named this class as B).
> For various reason, class B should stay as not audited - for example because B is a static dictionary class with milion of records, so duplications in the Audited table is not advised or possible. 
> Currently this is not supported by evners (target entity must me audited as well for now).
> Related topic on forum: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157846
> We are going to implement this feature and provide the patch as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list