HHH-1512 - Problem to lock a row in a DB2 database with LockMode UPGRADE

This commit is contained in:
Steve Ebersole 2012-04-26 13:18:05 -05:00
parent 6417ffa1a4
commit bfc8e6ec81
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class DB2Dialect extends Dialect {
}
public String getForUpdateString() {
return " for read only with rs";
return " for read only with rs use and keep update locks";
}
public boolean useMaxForLimit() {