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/test/java/org/springframework/data/jdbc/core/convert/DefaultDataAccessStrategyUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/convert/MappingJdbcConverterUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/AbstractRelationalConverter.java
-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ public AbstractRelationalConverter(RelationalMappingContext context, CustomConve
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/MappingRelationalConverter.java
+14-23
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,7 @@ public <R> R read(Class<R> type, RowDocument source) {
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/RelationalConverter.java
-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ public interface RelationalConverter {
52
52
/**
53
53
* Return the underlying {@link EntityInstantiators}.
54
54
*
55
-
* @return
56
55
* @since 2.3
57
56
*/
58
57
EntityInstantiatorsgetEntityInstantiators();
@@ -109,7 +108,6 @@ default <T> T createInstance(PersistentEntity<T, RelationalPersistentProperty> e
109
108
*
110
109
* @param descriptor the projection descriptor, must not be {@literal null}.
111
110
* @param document must not be {@literal null}.
112
-
* @param <R>
113
111
* @return a new instance of the projection return type {@code R}.
0 commit comments