Documented foreign-key
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@4353 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b0dd50aba2
commit
458a918ea9
|
@ -149,9 +149,10 @@
|
|||
</class>]]></programlisting>
|
||||
|
||||
|
||||
<table frame="topbot" id="schemattributes-summary" revision="1">
|
||||
<table frame="topbot" id="schemattributes-summary" revision="2">
|
||||
<title>Summary</title>
|
||||
<tgroup cols="2">
|
||||
<tgroup cols="3">
|
||||
<colspec colwidth="1*"/>
|
||||
<colspec colwidth="1*"/>
|
||||
<colspec colwidth="2.5*"/>
|
||||
<thead>
|
||||
|
@ -192,7 +193,10 @@
|
|||
<entry><literal>foreign_key_name</literal></entry>
|
||||
<entry>
|
||||
specifies the name of the foreign key constraint generated
|
||||
for an association
|
||||
for an association, use it on <one-to-one>, <many-to-one>,
|
||||
<key>, and <many-to-many> mapping elements. Note that
|
||||
<literal>inverse="true"</literal> sides will not be considered
|
||||
by <literal>SchemaExport</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue