[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-4010) support auditing of entity having reference (many-to-one relation) to not audited entity
Tomasz Bech (JIRA)
noreply at atlassian.com
Mon Jul 20 06:24:12 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomasz Bech updated HHH-4010:
-----------------------------
Attachment: envers.patch
attached patch
> 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
> 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