change
Tag
Name
@Modifying(clearAutomatically = true
)
@Query(value = ""UPDATE " + USERS_KEY + " SET "
+ TAG_NAME_KEY + "=:" + TAG_NAME_KEY +
_WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Method to execute the query to change the tag name of the RefyUser
Parameters
newTagName
The new tag name of the user
id
The identifier of the user