mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
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:
parent
8c2a13d106
commit
25cdc7ce4e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user