Replies: 3 comments
-
Follow up ... Works using
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Found the problem! |
Beta Was this translation helpful? Give feedback.
0 replies
-
/cc @Sanne (hibernate-orm), @gsmet (hibernate-orm), @yrodiere (hibernate-orm) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi folks!
I´m trying to use
@Filter
annotation with quarkusFor example, using these annotations at panache entity level :
And setting the filter in my Service component like this
But the filter don´t work... the generated SQL don´t include the filter in WHERE clause
What am I doing wrong please?
Beta Was this translation helpful? Give feedback.
All reactions