Hi all,
We are using Spring JPA and jpaTemplate in order to execute SQL statements.
We have no problems Integrating QueryDSL for quering and updating, but cascade operations seems to be ignored.
We have prepared a small test case with two operations. The first one uses jpaTemplate as it is and the cascade for delete operations works perfect.
The second one uses QueryDSL JPADeleteClause and no cascade delete is issued.
Are we missing something?
Best regards,
David