-
Notifications
You must be signed in to change notification settings - Fork 60
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
move CriteriaQuery#getParameters() to CommonAbstractCriteria #155
Comments
|
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 9, 2023
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 9, 2023
Fixed by #441. |
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 10, 2023
lukasj
pushed a commit
that referenced
this issue
Aug 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd suggest moving the CriteriaQuery#getParameters() method to the CommonAbstractCriteria interface because parameters may be used on the CriteriaUpdate and the CriteriaDelete criterias as well on the common CriteriaQuery.
So I think we should have the same method on the all criteria types to get assigned parameters.
The text was updated successfully, but these errors were encountered: