[hibernate-commits] Hibernate SVN: r14884 - core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Mon Jul 7 16:27:37 EDT 2008
Author: cbredesen
Date: 2008-07-07 16:27:37 -0400 (Mon, 07 Jul 2008)
New Revision: 14884
Modified:
core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java
Log:
JBPAPP-955 set supportsLobValueChangePropogation() to return false
Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java 2008-07-07 20:20:44 UTC (rev 14883)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/dialect/DB2Dialect.java 2008-07-07 20:27:37 UTC (rev 14884)
@@ -366,4 +366,8 @@
public boolean supportsEmptyInList() {
return false;
}
-}
+
+ public boolean supportsLobValueChangePropogation() {
+ return false;
+ }
+}
\ No newline at end of file
More information about the hibernate-commits
mailing list