[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4824) localpath appeared in the doc xml
Strong Liu (JIRA)
noreply at atlassian.com
Thu Jan 21 01:56:30 EST 2010
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.5.0-Beta-3, 3.3.2
Reporter: Strong Liu
http://docs.jboss.org/hibernate/stable/core/reference/en/html_single/#best-practices
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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list