>
> After digging around a little bit, it seems that this is not configurable. 
>  I also checked the Java Envers project and they also do not support this. 
>  There is, however, a patch on the Hibernate Envers project that maps the 
> _MOD field to the database field rather than the property.  I don't think 
> it made it into a release yet though.  Something to consider, I guess...
>

Either way, the naming of columns only gets me halfway to where I want to 
be.  I'd like to be able to fetch the modified properties in addition to 
just querying for changes to them. 

If there was a way to record the modified property names alongside the 
audited entity, I could get to where I really need to be.  I could then use 
the combination of Envers' bit fields and the property names to understand 
what has changed from a value perspective.  Right now, you can only use the 
bit fields to "ask" what has changed (or not).

Is it possible to decorate the audited entity with additional fields 
(similar to the revision entity)?  I can see this being very useful, but I 
don't see direct support for this.  Any guidance on this would be really 
helpful.

Thanks!

Alejandro

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to