[#7634] Add remark to the Javadoc of <SQLDialect>DataType classes indicating what the deprecation replacement is

This commit is contained in:
lukaseder 2018-07-02 10:35:10 +02:00
parent 881bd76669
commit d71980886f
9 changed files with 18 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {