[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4824?page=c...
]
Strong Liu commented on HHH-4824:
---------------------------------
is it should be something like :
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 know something is a bottleneck. If you need to use direct JDBC, you can open a
Hibernate Session,
wrap your JDBC operation as a *org.hibernate.jdbc.Work* object, using that JDBC
connection. This way you can still use the same transaction strategy and underlying
connection provider.
localpath appeared in the doc xml
---------------------------------
Key: HHH-4824
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4824
Project: Hibernate Core
Issue Type: Bug
Components: documentation
Affects Versions: 3.3.2, 3.5.0-Beta-3
Reporter: Strong Liu
http://docs.jboss.org/hibernate/stable/core/reference/en/html_single/#bes...
Use hand-coded JDBC in bottlenecks:
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 know something is a bottleneck. If you need to use direct JDBC, you can open a
Hibernate Session and *usingfile:///usr/share/doc/HTML/en-US/index.html that JDBC
connection.* This way you can still use the same transaction strategy and underlying
connection provider.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira