get Changelog

@Query(value = ""SELECT * FROM " + CHANGELOGS_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY + " AND " + CHANGELOG_OWNER_KEY + "=:" + CHANGELOG_OWNER_KEY", nativeQuery = true )
abstract fun getChangelog(@Param(value = "id") changelogId: String, @Param(value = "owner") owner: String): Changelog

Method to execute the query to select the a Changelog

Return

the changelog as Changelog

Parameters

changelogId

The identifier of the changelog

owner

The owner of the changelogs