Skip to content

Add delete(Predicate predicate) to QuerydslJpaPredicateExecutor (and QuerydslPredicateExecutor) #2786

Closed as not planned
@ddcruver

Description

@ddcruver

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions