-
Notifications
You must be signed in to change notification settings - Fork 95
add lock() method #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Milestone
Comments
Closed
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
May 26, 2020
but not for locking strategies / other lock modes supported: - PESSIMISTIC_LOCK_MODE_WRITE - PESSIMISTIC_LOCK_MODE_READ see hibernate#142
Merged
So it looks like we'll have something in the first release. But Hibernate has a plethora of lock modes and I'm not sure I want to implement all of them right now. |
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
May 27, 2020
supported lock modes: - PESSIMISTIC_LOCK_MODE_WRITE - PESSIMISTIC_LOCK_MODE_FORCE_INCREMENT - PESSIMISTIC_LOCK_MODE_READ not supported: - optimistic lock modes see hibernate#142
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
May 27, 2020
supported lock modes: - PESSIMISTIC_LOCK_MODE_WRITE - PESSIMISTIC_LOCK_MODE_FORCE_INCREMENT - PESSIMISTIC_LOCK_MODE_READ not supported: - optimistic lock modes see hibernate#142
Merged
gavinking
added a commit
that referenced
this issue
May 27, 2020
supported lock modes: - PESSIMISTIC_LOCK_MODE_WRITE - PESSIMISTIC_LOCK_MODE_FORCE_INCREMENT - PESSIMISTIC_LOCK_MODE_READ not supported: - optimistic lock modes see #142
Done! |
(Followup work in #201.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following on from #43, we should add the
Session.lock()
method.This is not a high priority at all.
The text was updated successfully, but these errors were encountered: