Skip to content

Commit e9e21c5

Browse files
Update broken links in Javadoc.
Closes: #1578
1 parent d00e928 commit e9e21c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/BasicJdbcConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class BasicJdbcConverter extends BasicRelationalConverter implements Jdbc
8484
private SpELContext spELContext;
8585

8686
/**
87-
* Creates a new {@link BasicRelationalConverter} given {@link MappingContext} and a
87+
* Creates a new {@link BasicJdbcConverter} given {@link MappingContext} and a
8888
* {@link JdbcTypeFactory#unsupported() no-op type factory} throwing {@link UnsupportedOperationException} on type
8989
* creation. Use
9090
* {@link #BasicJdbcConverter(RelationalMappingContext, RelationResolver, CustomConversions, JdbcTypeFactory, IdentifierProcessing)}
@@ -108,7 +108,7 @@ public BasicJdbcConverter(
108108
}
109109

110110
/**
111-
* Creates a new {@link BasicRelationalConverter} given {@link MappingContext}.
111+
* Creates a new {@link BasicJdbcConverter} given {@link MappingContext}.
112112
*
113113
* @param context must not be {@literal null}.
114114
* @param relationResolver used to fetch additional relations from the database. Must not be {@literal null}.

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/convert/BasicRelationalConverterAggregateReferenceUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* Unit tests for the handling of {@link AggregateReference}s in the
32-
* {@link org.springframework.data.relational.core.conversion.BasicRelationalConverter}.
32+
* {@link org.springframework.data.jdbc.core.convert.BasicJdbcConverter}.
3333
*
3434
* @author Jens Schauder
3535
*/

spring-data-r2dbc/src/main/java/org/springframework/data/r2dbc/config/AbstractR2dbcConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public MappingR2dbcConverter r2dbcConverter(R2dbcMappingContext mappingContext,
224224

225225
/**
226226
* Register custom {@link Converter}s in a {@link CustomConversions} object if required. These
227-
* {@link CustomConversions} will be registered with the {@link BasicRelationalConverter} and
227+
* {@link CustomConversions} will be registered with the {@link MappingR2dbcConverter} and
228228
* {@link #r2dbcMappingContext(Optional, R2dbcCustomConversions, RelationalManagedTypes)}. Returns an empty
229229
* {@link R2dbcCustomConversions} instance by default. Override {@link #getCustomConverters()} to supply custom
230230
* converters.

spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/NamingStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ default String getReverseColumnName(RelationalPersistentProperty property) {
8888
}
8989

9090
/**
91-
* @deprecated use {@link #getReverseColumnName(AggregatePath)} instead.
91+
* @deprecated use {@link #getReverseColumnName(RelationalPersistentEntity)} instead.
9292
*/
9393
@Deprecated(since = "3.2", forRemoval = true)
9494
default String getReverseColumnName(PersistentPropertyPathExtension path) {

0 commit comments

Comments
 (0)