Making it clear that a revision entity must be mapped
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19473 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
ad8e4340de
commit
1a722dfd97
|
@ -39,6 +39,10 @@
|
||||||
audited entity is modified). As revisions are global, you can have at most one revisions entity.
|
audited entity is modified). As revisions are global, you can have at most one revisions entity.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Please note that the revision entity must be a mapped Hibernate entity.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This entity must have at least two properties:
|
This entity must have at least two properties:
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in New Issue