Contents
-
Terminally Deprecated Elements
Use one of the other constructors.
use the org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect directly.
use either the org.springframework.data.r2dbc.dialect.H2Dialect or
org.springframework.data.jdbc.core.dialect.JdbcH2Dialect.
use the org.springframework.data.jdbc.core.dialect.JdbcHsqlDbDialect directly.
use either the org.springframework.data.r2dbc.dialect.MySqlDialect or
org.springframework.data.jdbc.core.dialect.JdbcMySqlDialect
use either the org.springframework.data.r2dbc.dialect.OracleDialect or
org.springframework.data.jdbc.core.dialect.JdbcOracleDialect.
use either the org.springframework.data.r2dbc.dialect.PostgresDialect or
org.springframework.data.jdbc.core.dialect.JdbcPostgresDialect.
use either the org.springframework.data.r2dbc.dialect.SqlServerDialect or
org.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect.
because an entity may have multiple id columns. Use
AggregatePath.getTableInfo().getIdColumnInfos() instead.
-
Deprecated Fields
use the org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect directly.
use either the org.springframework.data.r2dbc.dialect.H2Dialect or
org.springframework.data.jdbc.core.dialect.JdbcH2Dialect.
use the org.springframework.data.jdbc.core.dialect.JdbcHsqlDbDialect directly.
use either the org.springframework.data.r2dbc.dialect.MySqlDialect or
org.springframework.data.jdbc.core.dialect.JdbcMySqlDialect
use either the org.springframework.data.r2dbc.dialect.OracleDialect or
org.springframework.data.jdbc.core.dialect.JdbcOracleDialect.
use either the org.springframework.data.r2dbc.dialect.PostgresDialect or
org.springframework.data.jdbc.core.dialect.JdbcPostgresDialect.
use either the org.springframework.data.r2dbc.dialect.SqlServerDialect or
org.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect.
-
Deprecated Methods
because an entity may have multiple id columns. Use
AggregatePath.getTableInfo().getIdColumnInfos() instead.
-
Deprecated Constructors
Use one of the other constructors.