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
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/JdbcAggregateChangeExecutionContext.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryIntegrationTests.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/BatchingAggregateChange.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/MutableAggregateChange.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/SaveBatchingAggregateChange.java
+9-11
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
20
20
importjava.util.ArrayList;
21
21
importjava.util.Comparator;
22
-
importjava.util.EnumMap;
23
22
importjava.util.HashMap;
24
23
importjava.util.List;
25
24
importjava.util.Map;
@@ -30,27 +29,27 @@
30
29
importorg.springframework.util.Assert;
31
30
32
31
/**
33
-
* A {@link org.springframework.data.relational.core.conversion.MergedAggregateChange} implementation for save changes
32
+
* A {@link BatchingAggregateChange} implementation for save changes
34
33
* that can contain actions for any mix of insert and update operations. When consumed, actions are yielded in the
35
34
* appropriate entity tree order with inserts carried out from root to leaves and deletes in reverse. All insert
36
35
* operations are grouped into batches to offer the ability for an optimized batch operation to be used.
0 commit comments