Removed the additional deleted flag in @Query as we currently already ship with a method to manually implement delete-queries (using @Modifying and a manually defined JPQL query). Tiny optimization in DeleteExecution. Original pull request: #66.
Removed the additional deleted flag in @Query as we currently already ship with a method to manually implement delete-queries (using @Modifying and a manually defined JPQL query). Tiny optimization in DeleteExecution. Original pull request: #66.