Created
July 27, 2018 07:34
-
-
Save deque-blog/1ab906f47ea584a028067343d878ccf4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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