Skip to content
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

Closed
lukasj opened this issue Aug 10, 2017 · 2 comments · Fixed by #441
Closed

move CriteriaQuery#getParameters() to CommonAbstractCriteria #155

lukasj opened this issue Aug 10, 2017 · 2 comments · Fixed by #441

Comments

@lukasj
Copy link
Contributor

lukasj commented Aug 10, 2017

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.

@lukasj
Copy link
Contributor Author

lukasj commented Aug 31, 2018

@gavinking
Copy link
Contributor

Fixed by #441.

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.

2 participants