get
Changelog
@Query(value = ""SELECT * FROM " + CHANGELOGS_KEY + " WHERE " + IDENTIFIER_KEY + "=:"
+ IDENTIFIER_KEY + " AND " + CHANGELOG_OWNER_KEY + "=:" + CHANGELOG_OWNER_KEY",
nativeQuery = true
)
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