Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionsince 3.0, use
DelegatingDataAccessStrategy(DataAccessStrategy)to avoid mutable state.since 3.5, replacement moved toJdbcArrayColumns.Use the constructor instead. There is no one correct MySqlDialect, since the behaviour of MySql depends on various configuration options. SeeIdentifier Case Sensitivity
since 3.5, replacementDialectResolverwas moved to theorg.springframework.data.jdbc.core.dialectpackage.since 3.5, replacementDialectResolverwas moved to theorg.springframework.data.jdbc.core.dialectpackage.useConvertingRowMapperinsteadUseRowMapperFactoryinsteaduse theorg.springframework.data.jdbc.core.dialect.JdbcDb2Dialectdirectly.use either theorg.springframework.data.r2dbc.dialect.H2Dialectororg.springframework.data.jdbc.core.dialect.JdbcH2Dialect.use theorg.springframework.data.jdbc.core.dialect.JdbcHsqlDbDialectdirectly.use either theorg.springframework.data.r2dbc.dialect.MySqlDialectororg.springframework.data.jdbc.core.dialect.JdbcMySqlDialectConstruct your ownIdentifierProcessing. There is no one standard identifier processing for MySql.SeeIdentifier Case Sensitivityuse either theorg.springframework.data.r2dbc.dialect.OracleDialectororg.springframework.data.jdbc.core.dialect.JdbcOracleDialect.use either theorg.springframework.data.r2dbc.dialect.PostgresDialectororg.springframework.data.jdbc.core.dialect.JdbcPostgresDialect.use either theorg.springframework.data.r2dbc.dialect.SqlServerDialectororg.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect.since there might be more than one reverse column instead. UseAggregatePath.TableInfo.backReferenceColumnInfos()instead.because an entity may have multiple id columns. UseAggregatePath.getTableInfo().getIdColumnInfos()instead.
-
Deprecated InterfacesInterfaceDescriptionsince 3.5, replacement moved to
JdbcArrayColumns.since 3.5, replacementDialectResolverwas moved to theorg.springframework.data.jdbc.core.dialectpackage.UseRowMapperFactoryinstead
-
Deprecated ClassesClassDescriptionsince 3.5, replacement
DialectResolverwas moved to theorg.springframework.data.jdbc.core.dialectpackage.useConvertingRowMapperinstead
-
Deprecated Exception ClassesException ClassDescription
-
Deprecated FieldsFieldDescriptionUse the constructor instead. There is no one correct MySqlDialect, since the behaviour of MySql depends on various configuration options. See
Identifier Case Sensitivity
use theorg.springframework.data.jdbc.core.dialect.JdbcDb2Dialectdirectly.use either theorg.springframework.data.r2dbc.dialect.H2Dialectororg.springframework.data.jdbc.core.dialect.JdbcH2Dialect.use theorg.springframework.data.jdbc.core.dialect.JdbcHsqlDbDialectdirectly.use either theorg.springframework.data.r2dbc.dialect.MySqlDialectororg.springframework.data.jdbc.core.dialect.JdbcMySqlDialectConstruct your ownIdentifierProcessing. There is no one standard identifier processing for MySql.SeeIdentifier Case Sensitivityuse either theorg.springframework.data.r2dbc.dialect.OracleDialectororg.springframework.data.jdbc.core.dialect.JdbcOracleDialect.use either theorg.springframework.data.r2dbc.dialect.PostgresDialectororg.springframework.data.jdbc.core.dialect.JdbcPostgresDialect.use either theorg.springframework.data.r2dbc.dialect.SqlServerDialectororg.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect.
-
Deprecated MethodsMethodDescriptionsince 3.0, use
DelegatingDataAccessStrategy(DataAccessStrategy)to avoid mutable state.useR2dbcEntityOperations.getConverter()instead asReactiveDataAccessStrategywill be removed in a future release.since 1.2.DatabaseClientencapsulates named parameter handling entirely.since there might be more than one reverse column instead. UseAggregatePath.TableInfo.backReferenceColumnInfos()instead.because an entity may have multiple id columns. UseAggregatePath.getTableInfo().getIdColumnInfos()instead.
-
Deprecated Constructors