Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Frechet/fc8c302c94dd32a8172dc645f6ea30f0 to your computer and use it in GitHub Desktop.
Save Frechet/fc8c302c94dd32a8172dc645f6ea30f0 to your computer and use it in GitHub Desktop.
@Lock(LockModeType.PESSIMISTIC_WRITE)
@QueryHints({
@QueryHint(name = "javax.persistence.lock.timeout", value = LockOptions.SKIP_LOCKED + "") // LockOptions.SKIP_LOCKED == -2
})
List<SomeEntity> findByStatus(SomeEntityStatus status);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment