spring-data-relational
spring-data-relational copied to clipboard
DATAJDBC-551 - Supports derived delete.
Implements DATAJDBC-551, delete relations by subquery.
JdbcDeleteQueryCreator creates stream chain of delete queries, and executed by modifying query executor.
Hello! Any progress on this issue?
I'm surprised that this feature has not yet been implemented, even though the documentation says it is supported with examples. https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#repositories.core-concepts
Is there any progress?