HHH-4824 localpath appeared in the doc xml

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18685 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-02-03 06:51:48 +00:00
parent ac1dae6952
commit e2fc86d5d5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
In performance-critical areas of the system, some kinds of operations might benefit from In performance-critical areas of the system, some kinds of operations might benefit from
direct JDBC. Do not assume, however, that JDBC is necessarily faster. Please wait until you <emphasis>know</emphasis> something is a bottleneck. direct JDBC. Do not assume, however, that JDBC is necessarily faster. Please wait until you <emphasis>know</emphasis> something is a bottleneck.
If you need to use direct JDBC, If you need to use direct JDBC,
you can open a Hibernate <literal>Session</literal> and usingfile:///usr/share/doc/HTML/en-US/index.html that JDBC connection. This you can open a Hibernate <literal>Session</literal>, wrap your JDBC operation as a <literal>org.hibernate.jdbc.Work</literal> object and using that JDBC connection. This
way you can still use the same transaction strategy and underlying connection provider. way you can still use the same transaction strategy and underlying connection provider.
</para> </para>
</listitem> </listitem>