Author Login
Post Reply
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)
@@(protected) @@
public boolean supportsEmptyInList() {
return false;
}
-}
+
+ public boolean supportsLobValueChangePropogation() {
+ return false;
+ }
+}
\ No newline at end of file
_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits