docd hardcore assoc mappings

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7107 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-06-11 19:32:29 +00:00
parent 8c2a13d106
commit 25cdc7ce4e

View File

@ -568,7 +568,9 @@ create table Address ( addressId bigint not null primary key )
group by orgId
having startDate = max(startDate)
</subselect>
<many-to-one name="mostRecentEmployer" class="Organization" column="orgId"/>
<many-to-one name="mostRecentEmployer"
class="Organization"
column="orgId"/>
</join>]]></programlisting>
<para>