mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-12 22:24:47 +00:00
HHH-1078
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8462 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
67133cd7ff
commit
8004453673
@ -383,8 +383,8 @@
|
||||
</para>
|
||||
|
||||
<programlisting><![CDATA[<dynamic-component name="userAttributes">
|
||||
<property name="foo" column="FOO"/>
|
||||
<property name="bar" column="BAR"/>
|
||||
<property name="foo" column="FOO" type="string"/>
|
||||
<property name="bar" column="BAR" type="integer"/>
|
||||
<many-to-one name="baz" class="Baz" column="BAZ_ID"/>
|
||||
</dynamic-component>]]></programlisting>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user