Skip to content

JPA_PERFTRACE_RAW_SQL pointcut not invoked for revincludes or includes #5000

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

Closed
tadgh opened this issue Jun 17, 2023 · 0 comments · Fixed by #5001
Closed

JPA_PERFTRACE_RAW_SQL pointcut not invoked for revincludes or includes #5000

tadgh opened this issue Jun 17, 2023 · 0 comments · Fixed by #5001

Comments

@tadgh
Copy link
Collaborator

tadgh commented Jun 17, 2023

This pointcut should be invoked whenever raw SQL is executed, but it was not being executed during asynchronous paging. Essentially the bundle executes loadIncludes, but this is well after this pointcut has been invoked.

Recommendation:

  • Have the pointcut also be invoked after all includes/revincludes have occurred.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant