Replies: 1 comment 1 reply
-
I don't this this is a Panache responsibility, but you can use Hibernate filters. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have some objects. such as code like this
But I want add contion like
"activeFlag = 'Y' and (org_rrn = 0 org org_rrn = :orgRrn)"
condition on all who extends MyEntity.What can I do this on panache?
Beta Was this translation helpful? Give feedback.
All reactions