|
Spring Data Jpa | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Modifying
Indicates a method should be regarded as modifying query.
Optional Element Summary | |
---|---|
boolean |
clearAutomatically
Defines whether we should clear the underlying persistence context after excuting the modifying query. |
public abstract boolean clearAutomatically
|
Spring Data Jpa | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |