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:
Christian Bauer 2004-08-17 08:59:04 +00:00
parent b0dd50aba2
commit 458a918ea9
1 changed files with 7 additions and 3 deletions

View File

@ -149,9 +149,10 @@
</class>]]></programlisting> </class>]]></programlisting>
<table frame="topbot" id="schemattributes-summary" revision="1"> <table frame="topbot" id="schemattributes-summary" revision="2">
<title>Summary</title> <title>Summary</title>
<tgroup cols="2"> <tgroup cols="3">
<colspec colwidth="1*"/>
<colspec colwidth="1*"/> <colspec colwidth="1*"/>
<colspec colwidth="2.5*"/> <colspec colwidth="2.5*"/>
<thead> <thead>
@ -192,7 +193,10 @@
<entry><literal>foreign_key_name</literal></entry> <entry><literal>foreign_key_name</literal></entry>
<entry> <entry>
specifies the name of the foreign key constraint generated specifies the name of the foreign key constraint generated
for an association for an association, use it on &lt;one-to-one>, &lt;many-to-one>,
&lt;key>, and &lt;many-to-many> mapping elements. Note that
<literal>inverse="true"</literal> sides will not be considered
by <literal>SchemaExport</literal>.
</entry> </entry>
</row> </row>
<row> <row>