diff --git a/jOOQ/src/main/java/org/jooq/DeleteReturningStep.java b/jOOQ/src/main/java/org/jooq/DeleteReturningStep.java index ae3879fea1..d5524ef9f4 100644 --- a/jOOQ/src/main/java/org/jooq/DeleteReturningStep.java +++ b/jOOQ/src/main/java/org/jooq/DeleteReturningStep.java @@ -89,6 +89,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return all fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -99,6 +101,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. *

+ * This will return the data before deletion. + *

* [#5070] Due to an early API design flaw, this method historically returns * the type R, not a more generic type Record. * This means that only actual columns in R can be returned. @@ -115,6 +119,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. *

+ * This will return the data before deletion. + *

* [#5070] Due to an early API design flaw, this method historically returns * the type R, not a more generic type Record. * This means that only actual columns in R can be returned. @@ -130,6 +136,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @param fields Fields to be returned * @see DeleteResultStep @@ -140,6 +148,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @param fields Fields to be returned * @see DeleteResultStep @@ -152,6 +162,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -161,6 +173,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -170,6 +184,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -179,6 +195,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -188,6 +206,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -197,6 +217,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -206,6 +228,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -215,6 +239,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -224,6 +250,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -233,6 +261,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -242,6 +272,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -251,6 +283,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -260,6 +294,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -269,6 +305,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -278,6 +316,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -287,6 +327,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -296,6 +338,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -305,6 +349,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -314,6 +360,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -323,6 +371,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -332,6 +382,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ @@ -341,6 +393,8 @@ public interface DeleteReturningStep extends DeleteFinalStepDELETE statement to return a list of fields in * R. + *

+ * This will return the data before deletion. * * @see DeleteResultStep */ diff --git a/jOOQ/src/main/java/org/jooq/InsertReturningStep.java b/jOOQ/src/main/java/org/jooq/InsertReturningStep.java index 8351ae8417..1d28aa736f 100644 --- a/jOOQ/src/main/java/org/jooq/InsertReturningStep.java +++ b/jOOQ/src/main/java/org/jooq/InsertReturningStep.java @@ -96,6 +96,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return all fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -106,6 +109,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. + *

* [#5070] Due to an early API design flaw, this method historically returns * the type R, not a more generic type Record. * This means that only actual columns in R can be returned. @@ -122,6 +128,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. + *

* [#5070] Due to an early API design flaw, this method historically returns * the type R, not a more generic type Record. * This means that only actual columns in R can be returned. @@ -137,6 +146,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @param fields Fields to be returned * @see InsertResultStep @@ -147,6 +159,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @param fields Fields to be returned * @see InsertResultStep @@ -159,6 +174,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -168,6 +186,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -177,6 +198,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -186,6 +210,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -195,6 +222,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -204,6 +234,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -213,6 +246,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -222,6 +258,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -231,6 +270,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -240,6 +282,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -249,6 +294,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -258,6 +306,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -267,6 +318,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -276,6 +330,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -285,6 +342,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -294,6 +354,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -303,6 +366,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -312,6 +378,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -321,6 +390,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -330,6 +402,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -339,6 +414,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ @@ -348,6 +426,9 @@ public interface InsertReturningStep extends InsertFinalStepINSERT statement to return a list of fields in * R. + *

+ * This will return the data after insertion and generation of + * default values and generation of any values produced by triggers. * * @see InsertResultStep */ diff --git a/jOOQ/src/main/java/org/jooq/UpdateReturningStep.java b/jOOQ/src/main/java/org/jooq/UpdateReturningStep.java index 0c58106491..1f6ca9972b 100644 --- a/jOOQ/src/main/java/org/jooq/UpdateReturningStep.java +++ b/jOOQ/src/main/java/org/jooq/UpdateReturningStep.java @@ -92,6 +92,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return all fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -102,6 +105,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. + *

* [#5070] Due to an early API design flaw, this method historically returns * the type R, not a more generic type Record. * This means that only actual columns in R can be returned. @@ -118,6 +124,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. + *

* [#5070] Due to an early API design flaw, this method historically returns * the type R, not a more generic type Record. * This means that only actual columns in R can be returned. @@ -133,6 +142,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @param fields Fields to be returned * @see UpdateResultStep @@ -143,6 +155,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @param fields Fields to be returned * @see UpdateResultStep @@ -155,6 +170,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -164,6 +182,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -173,6 +194,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -182,6 +206,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -191,6 +218,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -200,6 +230,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -209,6 +242,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -218,6 +254,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -227,6 +266,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -236,6 +278,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -245,6 +290,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -254,6 +302,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -263,6 +314,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -272,6 +326,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -281,6 +338,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -290,6 +350,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -299,6 +362,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -308,6 +374,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -317,6 +386,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -326,6 +398,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -335,6 +410,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */ @@ -344,6 +422,9 @@ public interface UpdateReturningStep extends UpdateFinalStepUPDATE statement to return a list of fields in * R. + *

+ * This will return the data after updating and generation of + * default values and generation of any values produced by triggers. * * @see UpdateResultStep */