HHH-5947 Clarifying the documentation

This commit is contained in:
Manuel Bernhardt 2011-02-23 14:06:17 +01:00 committed by Emmanuel Bernard
parent cf9391f40d
commit 93569a6c82
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class Flight implements Serializable {
<para>Be sure to use the database-level column names for the <literal>columnNames</literal>
property of a <literal>@UniqueConstraint</literal>. For example, whilst for simple types the
database-level column name may be the same as the entity-level property name, this is often
not the case for relational types.
not the case for relational properties.
</para>
</tip>