Optimistic/Pessimistic locking
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
How can I use optimistic / pessimistic locking with exposed?
In Spring/hibernate it can be done using @Version annotation on a version attribute in a table or using @Lock attribute on the JPA Query.
Is there any way to do something like that here?
Contributor guide
Assessment
This issue has not been assessed yet.