-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Revise Specification API #3521
Copy link
Copy link
Closed
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topictype: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topictype: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Due to how
CriteriaQueryandCriteriaDeleteare structured injakarta.persistencethetoPredicatemethod ofSpecificationcan not be used for deletes because of itsCriteriaQueryparameter.We should find a way to allow users to express their needs in another way than having to pass in
nullto satisfy the API.Related to: #3036