Annotation Interface Query


@Target(METHOD) public @interface Query
Allows you to change the method name to anything you like, because it will use the value of this annotation.

 @Query("deleteByBedrockUsernameAndJavaUsernameAndLinkCodeAndJavaUniqueIdIsNotNull")
 LinkRequest getAndInvalidateLinkRequest(String, String, String);
 
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details