Annotation Type Query
-
@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface Query
Annotation to declare finder queries directly on repository methods.
-
-
Element Detail
-
value
String value
value of the query- Returns:
- the value
- Default:
- ""
-
-