-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Added exists method with specification to JpaSpecificationExecutor
.
#2449
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
Added exists method with specification to JpaSpecificationExecutor
.
#2449
Conversation
It is now possible to make existence checks with `Specification`s. This is an addition to checking existence with using an `Example`. Closes spring-projects#2388
Thanks That's merged, polished and ported to 3.0.x. |
That is very much correct, but it requires some extra settings mentioned at the bottom.
|
Ok thank you! |
It is now possible to make existence checks with
Specification
s. This is an addition to checking existence with using anExample
.Closes #2388