removeAllMembers
@Modifying(clearAutomatically = true)
@Query(value = ""DELETE FROM " + PROJECT_MEMBERS_TABLE + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true)
Method to execute the query to remove all the members from an existing Project
Parameters
projectId
: the identifier of the project