JavaScript is disabled on your browser.
Skip navigation links
Spring Data Relational Parent
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.jdbc.repository.query
Annotation Interface Modifying
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
ANNOTATION_TYPE
})
@Documented
public @interface
Modifying
Indicates a method should be regarded as modifying query.
Author:
Kazuki Shimizu