Files
spring-data-jpa/src/test/java/org
Oliver Gierke 3ff4f94c68 DATAJPA-460 - Reduce implementation to core requested feature.
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.
2014-03-31 14:38:14 +02:00
..