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:
Steve Ebersole 2008-05-14 14:08:23 +00:00
parent 84409e9a66
commit 1182ce000e
1 changed files with 4 additions and 0 deletions

View File

@ -362,4 +362,8 @@ public class DB2Dialect extends Dialect {
public boolean supportsEmptyInList() {
return false;
}
public boolean supportsLobValueChangePropogation() {
return false;
}
}