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/RowDocumentResultSetExtractor.java
+22
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,28 @@ class RowDocumentResultSetExtractor {
51
51
this.propertyToColumn = propertyToColumn;
52
52
}
53
53
54
+
/**
55
+
* Create a {@link RowDocument} from the current {@link ResultSet} row.
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/BasicRelationalConverter.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/MappingRelationalConverter.java
-5
Original file line number
Diff line number
Diff line change
@@ -124,11 +124,6 @@ public void setApplicationContext(ApplicationContext applicationContext) throws
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/RelationalConverter.java
0 commit comments