HHH-4037 - Fixing build errors in documentation/manual
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17086 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
a41506f404
commit
d98f0fe9ff
|
@ -944,7 +944,7 @@
|
|||
</sect2>
|
||||
|
||||
<sect2 id="mapping-declaration-id-enhanced">
|
||||
<title>Enhanced identifier generators</title>composite
|
||||
<title>Enhanced identifier generators</title>
|
||||
|
||||
<para>
|
||||
Starting with release 3.2.3, there are 2 new generators which represent a re-thinking of 2 different
|
||||
|
@ -2284,7 +2284,7 @@
|
|||
<literal>update</literal>: do the mapped columns appear in SQL
|
||||
<literal>UPDATEs</literal>?
|
||||
</para>
|
||||
</callout>n
|
||||
</callout>
|
||||
<callout arearefs="properties4">
|
||||
<para>
|
||||
<literal>optimistic-lock</literal> (optional - defaults to <literal>true</literal>):
|
||||
|
@ -2762,7 +2762,7 @@
|
|||
key.
|
||||
</para>
|
||||
</callout>
|
||||
<callout arearefs="key6">file:///usr/share/doc/HTML/en-US/index.html
|
||||
<callout arearefs="key6">
|
||||
<para>
|
||||
<literal>unique</literal> (optional): specifies that the foreign key should have
|
||||
a unique constraint. This is implied whenever the foreign key is also the primary key.
|
||||
|
@ -2942,7 +2942,7 @@
|
|||
<para>
|
||||
<literal>access</literal> (optional - defaults to <literal>property</literal>): the
|
||||
strategy Hibernate uses for accessing the property value.
|
||||
</para>file:///usr/share/doc/HTML/en-US/index.html
|
||||
</para>
|
||||
</callout>
|
||||
<callout arearefs="any6">
|
||||
<para>
|
||||
|
|
|
@ -442,7 +442,7 @@
|
|||
|
||||
<table frame="topbot">
|
||||
<title>Features of inheritance mappings</title>
|
||||
<tgroup cols='8' align='left' colsep='1' rowsep='1'>
|
||||
<tgroup cols='9' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname='c1' colwidth="1*"/>
|
||||
<colspec colname='c2' colwidth="1*"/>
|
||||
<colspec colname='c3' colwidth="1*"/>
|
||||
|
@ -451,6 +451,7 @@
|
|||
<colspec colname='c6' colwidth="1*"/>
|
||||
<colspec colname='c7' colwidth="1*"/>
|
||||
<colspec colname='c8' colwidth="1*"/>
|
||||
<colspec colname='c9' colwidth="1*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Inheritance strategy</entry>
|
||||
|
|
|
@ -472,8 +472,9 @@ select count(distinct cat.name), count(cat) from Cat cat]]></programlisting>
|
|||
This returns instances of <literal>Cat</literal> named 'Fritz'.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The following query:
|
||||
<para>
|
||||
The following query:
|
||||
</para>
|
||||
<programlisting><![CDATA[select foo
|
||||
from Foo foo, Bar bar
|
||||
where foo.startDate = bar.date]]></programlisting>
|
||||
|
|
|
@ -569,7 +569,8 @@ new SchemaUpdate(cfg).execute(false);]]></programlisting>
|
|||
<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis>
|
||||
<literal>org.hibernate.tool.hbm2ddl.SchemaValidator</literal> <emphasis>options mapping_files</emphasis>
|
||||
</para>
|
||||
<para>The following table displays the <literal>SchemaValidator</literal> command line options:
|
||||
<para>The following table displays the <literal>SchemaValidator</literal> command line options:
|
||||
</para>
|
||||
<table frame="topbot">
|
||||
<title><literal>SchemaValidator</literal> Command Line Options</title>
|
||||
<tgroup cols="2">
|
||||
|
|
Loading…
Reference in New Issue