From 2519096bdbd734be8c85b0cabb053c48f8ba30fb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 25 Nov 2020 16:00:42 +0100 Subject: [PATCH] DATAJPA-1818 - Polishing. Add missing Transactional annotations. Original pull request: #435. --- .../jpa/repository/support/SimpleJpaRepository.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 13b47b534..2e59faad9 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 @@ -196,6 +196,7 @@ public class SimpleJpaRepository implements JpaRepositoryImplementation ids) { Assert.notNull(ids, "Ids must not be null!"); @@ -210,6 +211,7 @@ public class SimpleJpaRepository implements JpaRepositoryImplementation ids) { Assert.notNull(ids, "Ids must not be null!"); @@ -231,8 +233,8 @@ public class SimpleJpaRepository implements JpaRepositoryImplementation entities) { Assert.notNull(entities, "Entities must not be null!"); @@ -246,8 +248,8 @@ public class SimpleJpaRepository implements JpaRepositoryImplementation entities) { Assert.notNull(entities, "Entities must not be null!"); @@ -264,8 +266,8 @@ public class SimpleJpaRepository implements JpaRepositoryImplementation implements JpaRepositoryImplementation