Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
@Modifying
@Query(
value = "update SweeperTable set sent = 1 where messageId in (:messageIds)",
nativeQuery = true)
void markSent(@Param("messageIds") List<Long> messageIds);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment