HHH-1512 - Problem to lock a row in a DB2 database with LockMode UPGRADE
This commit is contained in:
parent
6417ffa1a4
commit
bfc8e6ec81
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue