diff --git a/src/main/java/org/springframework/data/jpa/repository/support/SimpleJpaRepository.java b/src/main/java/org/springframework/data/jpa/repository/support/SimpleJpaRepository.java index df7c0d6fc..98a19911a 100644 --- a/src/main/java/org/springframework/data/jpa/repository/support/SimpleJpaRepository.java +++ b/src/main/java/org/springframework/data/jpa/repository/support/SimpleJpaRepository.java @@ -66,6 +66,7 @@ import org.springframework.util.Assert; * @author Mark Paluch * @author Christoph Strobl * @author Stefan Fussenegger + * @author Jens Schauder * @param the type of the entity to handle * @param the type of the entity's identifier */ @@ -487,9 +488,11 @@ public class SimpleJpaRepository implements JpaRepositoryImplementation