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