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
-
Element Details
-
id
String idThe id of the search template. Must not be empt or null.
-