HHH-7532 - Override getForUpdateString with correct syntax
This commit is contained in:
parent
c5eeaf71c1
commit
43e0bc01d6
|
@ -71,4 +71,7 @@ public class DB2400Dialect extends DB2Dialect {
|
|||
.toString();
|
||||
}
|
||||
|
||||
public String getForUpdateString() {
|
||||
return " for update with rs";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue