[HHH-2726] spelling o your CLASSPATH
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12926 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
31fe1aa524
commit
b1fdf81549
|
@ -1344,7 +1344,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The XML configuration file is by default expected to be in the root o
|
The XML configuration file is by default expected to be in the root of
|
||||||
your <literal>CLASSPATH</literal>. Here is an example:
|
your <literal>CLASSPATH</literal>. Here is an example:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -1384,7 +1384,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
|
||||||
<para>
|
<para>
|
||||||
As you can see, the advantage of this approach is the externalization of the
|
As you can see, the advantage of this approach is the externalization of the
|
||||||
mapping file names to configuration. The <literal>hibernate.cfg.xml</literal>
|
mapping file names to configuration. The <literal>hibernate.cfg.xml</literal>
|
||||||
is also more convenient once you have to tune the Hibernate cache. Note that is
|
is also more convenient once you have to tune the Hibernate cache. Note that it is
|
||||||
your choice to use either <literal>hibernate.properties</literal> or
|
your choice to use either <literal>hibernate.properties</literal> or
|
||||||
<literal>hibernate.cfg.xml</literal>, both are equivalent, except for the above
|
<literal>hibernate.cfg.xml</literal>, both are equivalent, except for the above
|
||||||
mentioned benefits of using the XML syntax.
|
mentioned benefits of using the XML syntax.
|
||||||
|
|
|
@ -1384,7 +1384,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The XML configuration file is by default expected to be in the root o
|
The XML configuration file is by default expected to be in the root of
|
||||||
your <literal>CLASSPATH</literal>. Here is an example:
|
your <literal>CLASSPATH</literal>. Here is an example:
|
||||||
O arquivo XML de configuração é por default esperado para estar na
|
O arquivo XML de configuração é por default esperado para estar na
|
||||||
raiz do seu <literal>CLASSPATH</literal>. Veja um exemplo:
|
raiz do seu <literal>CLASSPATH</literal>. Veja um exemplo:
|
||||||
|
|
Loading…
Reference in New Issue