HHH-3282 : DB2Dialect#supportsLobValueChangePropogation == false
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14661 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
84409e9a66
commit
1182ce000e
|
@ -362,4 +362,8 @@ public class DB2Dialect extends Dialect {
|
|||
public boolean supportsEmptyInList() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean supportsLobValueChangePropogation() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue