DATAJPA-31 - Changed default of @Modifying(clearAutomatically) to false.

This commit is contained in:
Oliver Gierke
2011-06-19 18:47:29 +02:00
parent 49dad31cbb
commit 762e57ca2f

View File

@@ -38,5 +38,5 @@ public @interface Modifying {
*
* @return
*/
boolean clearAutomatically() default true;
boolean clearAutomatically() default false;
}