-
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
API improvements - pass List to where #137
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented
Why do we need this? I typically have a bunch of optional search queries, which I transform into predicated:
I'd like to just be able to to this:
Same for CriteriaBuilder::and (and ::or, etc.), which only accept arrays. I suggest adding a Collection parameter to them. This makes the Criteria API really dynamic (arrays aren't). |
@glassfishrobot Commented |
|
Proposed solution is #442. |
…#442) see #137. Co-authored-by: Lukas Jungmann <[email protected]>
Quite happy to see jpa 2.1 is near...
I couldn't seem to subscribe to the mailing list, so here are some comments.
Some minor question/suggestion, maybe already discussed?
Why do we have this:
But not, additionnally, this:
While there is:
and
And List parameters for having, orderBy, ...
The text was updated successfully, but these errors were encountered: