DATAJPA-31 - Changed default of @Modifying(clearAutomatically) to false.
This commit is contained in:
@@ -38,5 +38,5 @@ public @interface Modifying {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
boolean clearAutomatically() default true;
|
||||
boolean clearAutomatically() default false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user