[#7634] Add remark to the Javadoc of <SQLDialect>DataType classes indicating what the deprecation replacement is
This commit is contained in:
parent
881bd76669
commit
d71980886f
@ -64,6 +64,8 @@ import org.jooq.types.UShort;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class CUBRIDDataType {
|
||||
|
||||
@ -65,6 +65,8 @@ import org.jooq.types.UShort;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class DerbyDataType {
|
||||
|
||||
@ -66,6 +66,8 @@ import org.jooq.types.YearToMonth;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class FirebirdDataType {
|
||||
|
||||
@ -67,6 +67,8 @@ import org.jooq.types.UShort;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class H2DataType {
|
||||
|
||||
@ -70,6 +70,8 @@ import org.jooq.types.YearToMonth;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class HSQLDBDataType {
|
||||
|
||||
@ -66,6 +66,8 @@ import org.jooq.types.UShort;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class MariaDBDataType {
|
||||
|
||||
@ -66,6 +66,8 @@ import org.jooq.types.UShort;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class MySQLDataType {
|
||||
|
||||
@ -71,6 +71,8 @@ import org.jooq.types.YearToMonth;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class PostgresDataType {
|
||||
|
||||
@ -64,6 +64,8 @@ import org.jooq.types.UShort;
|
||||
* initialised may lead to deadlocks! See <a href=
|
||||
* "https://github.com/jOOQ/jOOQ/issues/3777">https://github.com/jOOQ/jOOQ/issues/3777</a>
|
||||
* for details.
|
||||
* <p>
|
||||
* Use the corresponding {@link SQLDataType} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class SQLiteDataType {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user