Documentation updates
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16085 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
7ed4cff37f
commit
639d4ddd1d
|
@ -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
|
||||
|
|
|
@ -71,11 +71,6 @@
|
|||
collections of components
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
relations in components
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in New Issue