Not planned
Description
We build application-specific query objects to make it easier for our users that we resolve to QueryDSL predicates. we would like to also reuse the same predicates to perform a delete on the database. Could a function void delete(Predicate predicate) be added to the org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor
and the interface org.springframework.data.querydsl.QuerydslPredicateExecutor
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
mp911de commentedon Feb 2, 2023
Closing as duplicate of spring-projects/spring-data-commons#1022
delete(Predicate)
toQuerydslJpaPredicateExecutor
#3877