Annotation Interface SearchTemplateQuery


@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) @Documented public @interface SearchTemplateQuery
Annotation to mark a repository method as a search template method. The annotation defines the search template id, the parameters for the search template are taken from the method's arguments.
Since:
5.5
Author:
P.J. Meisch ([email protected])
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The id of the search template.
  • Element Details

    • id

      String id
      The id of the search template. Must not be empt or null.