delete
Change
Note
@Modifying(clearAutomatically = true
)
@Query(value = ""DELETE FROM " + NOTES_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY +
" AND " + UPDATE_ESCAPED_KEY + "=:" + UPDATE_KEY",
nativeQuery = true
)
Method to execute the query to delete a change note
Parameters
updateId
The update identifier
noteId
The note identifier