Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-415
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-415
Summary: Set the isolation level for SELECT statements (add "with ur")
Type: New Feature
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.0rc2
Assignee:
Reporter: Jenica Humphreys
Created: Tue, 21 Oct 2003 4:16 PM
Updated: Tue, 21 Oct 2003 4:16 PM
Environment: DB2 7.2+
Description:
DB2 allows you to set the isolation level for each select statement, and depending on environment can by default lock a page for every SELECT issued. Adding "with ur" to each SELECT statement allows an uncommitted read, increasing speed and decreasing the chances of database locks.
This patch adds a dialect feature which allows you to add the isolation level to the end of each SELECT generated by hibernate.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|