-
Notifications
You must be signed in to change notification settings - Fork 10
Support JavaEE/Jakarta JPA database operations #109
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
Comments
rahlk
added a commit
that referenced
this issue
Feb 8, 2025
…avaEE and Jakarta Persistence API. Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
rahlk
added a commit
that referenced
this issue
Feb 8, 2025
… the crud operations that occur in it as an array list. Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
rahlk
added a commit
that referenced
this issue
Feb 8, 2025
… the crud operations and queries that occur in it as an array list. Also updated the test case to capture this. Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
rahlk
added a commit
that referenced
this issue
Feb 8, 2025
… the crud operations and queries that occur in it as an array list. Also updated the test case to capture this. Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
rahlk
added a commit
that referenced
this issue
Feb 8, 2025
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
rahlk
added a commit
that referenced
this issue
Feb 8, 2025
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parent: #100
Is your feature request related to a problem? Please describe
Yes, for issue #100, support Jakarta and JavaEE database operations.
Describe the solution you'd like
The generated
analysis.json
must be able to capture EntityManager and Query Database CRUD operations for Jakarta EE and Java EE.Describe alternatives you've considered
Same as #100
Additional context
Same as #100
The text was updated successfully, but these errors were encountered: