Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created May 9, 2021 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dev-aritra/69459150adcbf98ca400366bab4e6062 to your computer and use it in GitHub Desktop.
Save dev-aritra/69459150adcbf98ca400366bab4e6062 to your computer and use it in GitHub Desktop.
@Query("update products set available_units = available_units - 1 where id = ?1")
@Modifying
void decrementAvailableUnitsCountBy1(Long productId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment