getJoiningQRCode
@Query(value = ""SELECT * FROM " + JOINING_QRCODES_TABLE + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true)
Method to execute the query to select a JoiningQRCode by its identifier
Return
the selected qrcode as JoiningQRCode
Parameters
joiningQRCodeId
: the identifier of the qrcode to get