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+@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>
Show replies by date