Documentation updates

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16085 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Adam Warski 2009-03-05 15:36:46 +00:00
parent 7ed4cff37f
commit 639d4ddd1d
2 changed files with 5 additions and 5 deletions

View File

@ -188,6 +188,11 @@
<literal>@SecondaryAuditTables</literal> annotations.
</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

View File

@ -71,11 +71,6 @@
collections of components
</para>
</listitem>
<listitem>
<para>
relations in components
</para>
</listitem>
</orderedlist>
</sect1>