fixed HHH-752

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7504 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-07-16 06:45:24 +00:00
parent 91c3595bfd
commit e9bfd33b29
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ create table Address ( addressId bigint not null primary key )
inverse="true">
<key column="addressId"
unique="true"/>
<many-to-one name="address"
<many-to-one name="person"
column="personId"
not-null="true"
unique="true"/>