Package org.geysermc.databaseutils.meta
Annotation 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
-
Element Details
-
value
String value
-