From 3ead282a6c924880cacb9026396e6117f9edcd4f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 12 Nov 2019 14:02:32 +0100 Subject: [PATCH] [jOOQ/jOOQ#9528] Some ConstraintForeignKeyReferencesStep.references() methods are missing Support annotations --- .../java/org/jooq/ConstraintForeignKeyReferencesStep1.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep10.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep11.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep12.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep13.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep14.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep15.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep16.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep17.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep18.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep19.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep2.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep20.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep21.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep22.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep3.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep4.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep5.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep6.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep7.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep8.java | 3 +++ .../java/org/jooq/ConstraintForeignKeyReferencesStep9.java | 3 +++ 22 files changed, 66 insertions(+) diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep1.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep1.java index a4fb9bce51..bf123c3d5a 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep1.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep1.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep1 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep1 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep1 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep10.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep10.java index 0df0b251cb..666facbc1a 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep10.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep10.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep10REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep10REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep10REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep11.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep11.java index 8ce905efaa..79dd73d5da 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep11.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep11.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep11REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep11REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep11REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep12.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep12.java index 76e07efc1e..16e936b444 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep12.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep12.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep12REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep12REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep12REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep13.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep13.java index 1bb833e775..958a2453bf 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep13.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep13.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep13REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep13REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep13REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep14.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep14.java index de78f95de4..fbbb7b1b5d 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep14.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep14.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep14REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep14REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep14REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep15.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep15.java index f97c16cbc4..5897c9e674 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep15.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep15.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep15REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep15REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep15REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep16.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep16.java index 0e3485d0f6..e268f51865 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep16.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep16.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep16REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep16REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep16REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep17.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep17.java index b933bd06c5..6c41f5493e 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep17.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep17.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep17REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep17REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep17REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep18.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep18.java index 5081ee54c3..b0046dc15c 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep18.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep18.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep18REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep18REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep18REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep19.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep19.java index 3a4a573b3b..4a4ec6ad58 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep19.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep19.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep19REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep19REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep19REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep2.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep2.java index 66d5567746..12c593566b 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep2.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep2.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep2 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep2 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep2 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep20.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep20.java index b215b5a696..e3603a2792 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep20.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep20.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep20REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep20REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep20REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep21.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep21.java index ac9f3ea7c3..c8d7ee2314 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep21.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep21.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep21REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep21REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep21REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep22.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep22.java index 4dc7d0b479..14d20fec1b 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep22.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep22.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep22REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep22REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep22REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep3.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep3.java index 92ebebf662..fd4fb3e9bf 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep3.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep3.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep3 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep3 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep3 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep4.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep4.java index a26eef3b1f..aad6b45400 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep4.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep4.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep4 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep4 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep4 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep5.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep5.java index dff4ddac51..70893a1686 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep5.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep5.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep5 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep5 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep5 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep6.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep6.java index d980518aea..3bb9b507ba 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep6.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep6.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep6 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep6 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep6 { * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep7.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep7.java index 7eaf472031..6120c44442 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep7.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep7.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep7 * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep7 * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep7 * Add a REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep8.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep8.java index d433074cd3..0384970b9f 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep8.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep8.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep8REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep8REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep8REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /** diff --git a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep9.java b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep9.java index a304cc1711..fb83216efe 100644 --- a/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep9.java +++ b/jOOQ/src/main/java/org/jooq/ConstraintForeignKeyReferencesStep9.java @@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep9REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(String table); /** @@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep9REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Name table); /** @@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep9REFERENCES clause to the CONSTRAINT, * implicitly referencing the primary key. */ + @Support ConstraintForeignKeyOnStep references(Table table); /**