You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces the BatchedActions abstraction to encapsulate the different ways singular actions get combined into batched actions.
Original pull request #1230
Original pull request #1229
Original pull request #1228
Original pull request #1211
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/JdbcAggregateChangeExecutionContext.java
+5-6
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@
50
50
* @author Myeonghyeon Lee
51
51
* @author Chirag Tailor
52
52
*/
53
+
@SuppressWarnings("rawtypes")
53
54
classJdbcAggregateChangeExecutionContext {
54
55
55
56
privatestaticfinalStringUPDATE_FAILED = "Failed to update entity [%s]. Id [%s] not found in database.";
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/CascadingDataAccessStrategy.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/AggregateChangeIdGenerationImmutableUnitTests.java
0 commit comments