Investigate 'slim' Specification API #3521
Labels
has: design-decision
An issue that contains a design decision about its topic
status: pending-design-work
Needs design work before any code can be developed
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: