how to intercept outgoing SQL statements using Quarkus + Hibernate Reactive (StatementInspector) #44308
Unanswered
jfsanchez91
asked this question in
Q&A
Replies: 2 comments 3 replies
-
/cc @DavideD (hibernate-reactive), @gavinking (hibernate-reactive) |
Beta Was this translation helpful? Give feedback.
0 replies
-
See https://stackoverflow.com/questions/76619519/sql-inspection-injection-in-hibernate-reactive |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I intercept (and modify) the outgoing SQL statements using Quarkus and Hibernate Reactive? I tried to do so by implementing a custom StatementInspector, but somehow the inspector is not executed, I guess (Quarkus) Hibernate Reactive does not follow the same principles here.
Beta Was this translation helpful? Give feedback.
All reactions