OpenLiberty / OpenLiberty/open-liberty

QueryOptions on JakartaQuery, Query, Find, or Delete methods

Open
#34,412 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

story team:Zombie Apocalypse
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.