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/convert/RowDocumentExtractorSupport.java
+8-5
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ protected static class AggregateContext<RS> {
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/RowDocumentResultSetExtractor.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/convert/RowDocumentResultSetExtractorUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DocumentPropertyAccessor.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@
27
27
* {@link org.springframework.expression.PropertyAccessor} to allow entity based field access to
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/MappingRelationalConverter.java
+4
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,9 @@ public class MappingRelationalConverter extends BasicRelationalConverter {
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/RowDocumentAccessor.java
-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,6 @@ public Object get(RelationalPersistentProperty property) {
94
94
* @param property must not be {@literal null}.
95
95
* @return {@literal true} if no non {@literal null} value present.
0 commit comments