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:
Adam Warski 2010-05-12 06:25:42 +00:00
parent ad8e4340de
commit 1a722dfd97
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
audited entity is modified). As revisions are global, you can have at most one revisions entity.
</para>
<para>
Please note that the revision entity must be a mapped Hibernate entity.
</para>
<para>
This entity must have at least two properties:
</para>