Annotation Type Query


@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface Query
Annotation to declare finder queries directly on repository methods.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    value of the query
  • Element Details

    • value

      String value
      value of the query
      Returns:
      the value
      Default:
      ""