[hibernate-commits] Hibernate SVN: r16085 - core/trunk/documentation/envers/src/main/docbook/en-US/content.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Thu Mar 5 10:36:46 EST 2009
Author: adamw
Date: 2009-03-05 10:36:46 -0500 (Thu, 05 Mar 2009)
New Revision: 16085
Modified:
core/trunk/documentation/envers/src/main/docbook/en-US/content/configuration.xml
core/trunk/documentation/envers/src/main/docbook/en-US/content/exceptions.xml
Log:
Documentation updates
Modified: core/trunk/documentation/envers/src/main/docbook/en-US/content/configuration.xml
===================================================================
--- core/trunk/documentation/envers/src/main/docbook/en-US/content/configuration.xml 2009-03-05 14:19:28 UTC (rev 16084)
+++ core/trunk/documentation/envers/src/main/docbook/en-US/content/configuration.xml 2009-03-05 15:36:46 UTC (rev 16085)
@@ -189,6 +189,11 @@
</para>
<para>
+ If you'd like to override auditing behaviour of some fields/properties in an embedded component, you can use
+ the <literal>@AuditOverride(s)</literal> annotation on the place where you use the component.
+ </para>
+
+ <para>
If you want to audit a relation mapped with <literal>@OneToMany+ at JoinColumn</literal>,
please see <xref linkend="exceptions"/> for a description of the additional
<literal>@AuditJoinTable</literal> annotation that you'll probably want to use.
Modified: core/trunk/documentation/envers/src/main/docbook/en-US/content/exceptions.xml
===================================================================
--- core/trunk/documentation/envers/src/main/docbook/en-US/content/exceptions.xml 2009-03-05 14:19:28 UTC (rev 16084)
+++ core/trunk/documentation/envers/src/main/docbook/en-US/content/exceptions.xml 2009-03-05 15:36:46 UTC (rev 16085)
@@ -71,11 +71,6 @@
collections of components
</para>
</listitem>
- <listitem>
- <para>
- relations in components
- </para>
- </listitem>
</orderedlist>
</sect1>
More information about the hibernate-commits
mailing list