OpenLiberty / OpenLiberty/open-liberty
QueryOptions on JakartaQuery, Query, Find, or Delete methods
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 673
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 90
Description
User Story:
"As an application developer, I want to annotate JakartaQuery, Query, Find, or Delete methods with the Jakarta Persistence @QueryOptions annotation to customize how the query behaves, such as how it obtains locks."
Also includes the Query by Method Name patterns for delete/find/exists/count
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the JakartaQuery, Query, Find, and Delete methods, then trace the Query by Method Name patterns for delete, find, exists, and count. Check how Jakarta Persistence annotations are processed and verify that @QueryOptions can customize query behavior such as lock acquisition across these methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100