fixed HHH-752

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7519 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
JongDae Kim 2005-07-17 04:58:34 +00:00
parent 4832fa5ad9
commit 8794e837b9
1 changed files with 1 additions and 1 deletions

View File

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