-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Revise Specification API #3521
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
Labels
has: design-decision
An issue that contains a design decision about its topic
type: enhancement
A general enhancement
Milestone
Comments
merged to 4.0.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
has: design-decision
An issue that contains a design decision about its topic
type: enhancement
A general enhancement
Due to how
CriteriaQuery
andCriteriaDelete
are structured injakarta.persistence
thetoPredicate
method ofSpecification
can not be used for deletes because of itsCriteriaQuery
parameter.We should find a way to allow users to express their needs in another way than having to pass in
null
to satisfy the API.Related to: #3036
The text was updated successfully, but these errors were encountered: