markMemberAsTester
@Modifying(clearAutomatically = true)
@Query(value = "INSERT INTO " + PROJECT_TESTERS_TABLE +
" ("
+ PROJECT_IDENTIFIER_KEY + ","
+ MEMBER_IDENTIFIER_KEY +
" )"
+ " VALUES ("
+ ":" + PROJECT_IDENTIFIER_KEY + ","
+ ":" + MEMBER_IDENTIFIER_KEY
+ ")", nativeQuery = true)
Method to execute the query to mark a member as Tester
Parameters
projectId
: the identifier of the project
memberId
: the identifier of the member to mark as tester