delete
Changelog
@Modifying(clearAutomatically = true
)
@Query(value = ""DELETE FROM " + CHANGELOGS_KEY + " WHERE "
+ CHANGELOG_OWNER_KEY + "=:" + CHANGELOG_OWNER_KEY + " AND "
+ IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Method to execute the query to delete a Changelog
Parameters
owner
The owner of the changelog
changelogId
The changelog identifier