From 29e75f522176e903f47e46cdb18a470120b92bb1 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 15 Nov 2022 10:57:30 +0100 Subject: [PATCH] [jOOQ/jOOQ#14220] Update blog links from Javadoc and comments --- jOOQ/src/main/java/org/jooq/SQLDialect.java | 2 +- jOOQ/src/main/java/org/jooq/SelectSeekStep1.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep10.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep11.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep12.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep13.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep14.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep15.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep16.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep17.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep18.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep19.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep2.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep20.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep21.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep22.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep3.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep4.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep5.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep6.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep7.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep8.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStep9.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/SelectSeekStepN.java | 12 ++++++------ jOOQ/src/main/java/org/jooq/Stringly.java | 2 +- jOOQ/src/main/java/org/jooq/VisitListener.java | 4 ++-- jOOQ/src/main/java/org/jooq/impl/DSL.java | 4 ++-- jOOQ/src/main/java/org/jooq/impl/QOM.java | 2 +- 28 files changed, 145 insertions(+), 145 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/SQLDialect.java b/jOOQ/src/main/java/org/jooq/SQLDialect.java index 0ac8801e1f..1a8c93a0dc 100644 --- a/jOOQ/src/main/java/org/jooq/SQLDialect.java +++ b/jOOQ/src/main/java/org/jooq/SQLDialect.java @@ -73,7 +73,7 @@ import org.jetbrains.annotations.Nullable; * Edition, you may be using the wrong edition, e.g. because of a transitive * dependency introduced by Spring Boot. See this article about how to exclude * such transitive dependencies from your classpath https://blog.jooq.org/2019/06/26/how-to-use-jooqs-commercial-distributions-with-spring-boot/. + * "https://blog.jooq.org/how-to-use-jooqs-commercial-distributions-with-spring-boot/">https://blog.jooq.org/how-to-use-jooqs-commercial-distributions-with-spring-boot/. * * @author Lukas Eder */ diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep1.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep1.java index 06fc7a376b..05e17ef022 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep1.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep1.java @@ -129,7 +129,7 @@ public interface SelectSeekStep1 extends SelectLimitStephttp://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep1 extends SelectLimitStephttp://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep1 extends SelectLimitStephttp://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep1 extends SelectLimitStephttp://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep1 extends SelectLimitStephttp://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep1 extends SelectLimitStephttp://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep10.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep10.java index b1e8f1aefa..22128c24ba 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep10.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep10.java @@ -129,7 +129,7 @@ public interface SelectSeekStep10http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep10http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep10http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep10http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep10http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep10http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep11.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep11.java index b36b7af1fb..74c307ef21 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep11.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep11.java @@ -129,7 +129,7 @@ public interface SelectSeekStep11http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep11http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep11http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep11http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep11http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep11http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep12.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep12.java index 6275234fe9..f884530b18 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep12.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep12.java @@ -129,7 +129,7 @@ public interface SelectSeekStep12http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep12http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep12http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep12http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep12http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep12http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep13.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep13.java index 00e46c2916..d6cb0a96cf 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep13.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep13.java @@ -129,7 +129,7 @@ public interface SelectSeekStep13http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep13http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep13http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep13http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep13http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep13http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep14.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep14.java index b723587753..481595556f 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep14.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep14.java @@ -129,7 +129,7 @@ public interface SelectSeekStep14http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep14http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep14http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep14http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep14http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep14http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep15.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep15.java index b376179d89..f0dbf13f66 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep15.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep15.java @@ -129,7 +129,7 @@ public interface SelectSeekStep15http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep15http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep15http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep15http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep15http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep15http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep16.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep16.java index 7fbe111e47..c64d492048 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep16.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep16.java @@ -129,7 +129,7 @@ public interface SelectSeekStep16http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep16http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep16http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep16http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep16http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep16http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep17.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep17.java index d72baae086..92c0fcf7f0 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep17.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep17.java @@ -129,7 +129,7 @@ public interface SelectSeekStep17http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep17http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep17http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep17http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep17http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep17http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep18.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep18.java index e0e9255165..07a0d687e0 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep18.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep18.java @@ -129,7 +129,7 @@ public interface SelectSeekStep18http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep18http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep18http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep18http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep18http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep18http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep19.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep19.java index 94fd778b5e..0080dba289 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep19.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep19.java @@ -129,7 +129,7 @@ public interface SelectSeekStep19http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep19http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep19http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep19http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep19http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep19http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep2.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep2.java index cfd5995ed4..c94df4abb2 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep2.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep2.java @@ -129,7 +129,7 @@ public interface SelectSeekStep2 extends SelectLimitSt * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep2 extends SelectLimitSt * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep2 extends SelectLimitSt * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep2 extends SelectLimitSt * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep2 extends SelectLimitSt * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep2 extends SelectLimitSt * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep20.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep20.java index 32a64f9791..3deb91e46a 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep20.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep20.java @@ -129,7 +129,7 @@ public interface SelectSeekStep20http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep20http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep20http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep20http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep20http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep20http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep21.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep21.java index 72dd0c1f62..066fae91c2 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep21.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep21.java @@ -129,7 +129,7 @@ public interface SelectSeekStep21http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep21http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep21http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep21http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep21http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep21http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep22.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep22.java index b5290892f7..7fbccffea9 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep22.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep22.java @@ -129,7 +129,7 @@ public interface SelectSeekStep22http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep22http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep22http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep22http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep22http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep22http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep3.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep3.java index f39d91b6b0..36b56839cd 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep3.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep3.java @@ -129,7 +129,7 @@ public interface SelectSeekStep3 extends SelectLim * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep3 extends SelectLim * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep3 extends SelectLim * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep3 extends SelectLim * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep3 extends SelectLim * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep3 extends SelectLim * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep4.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep4.java index 8a06e9a414..151f57b9f3 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep4.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep4.java @@ -129,7 +129,7 @@ public interface SelectSeekStep4 extends Selec * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep4 extends Selec * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep4 extends Selec * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep4 extends Selec * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep4 extends Selec * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep4 extends Selec * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep5.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep5.java index 70d2ceb92e..16c6be9d0c 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep5.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep5.java @@ -129,7 +129,7 @@ public interface SelectSeekStep5 extends S * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep5 extends S * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep5 extends S * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep5 extends S * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep5 extends S * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep5 extends S * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep6.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep6.java index 4e47b34d3e..602aeeb2cf 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep6.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep6.java @@ -129,7 +129,7 @@ public interface SelectSeekStep6 exten * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep6 exten * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep6 exten * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep6 exten * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep6 exten * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep6 exten * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep7.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep7.java index 973c09f7fc..bd6c73f5de 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep7.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep7.java @@ -129,7 +129,7 @@ public interface SelectSeekStep7 e * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep7 e * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep7 e * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep7 e * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep7 e * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep7 e * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep8.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep8.java index 6792d32569..6118a6b88d 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep8.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep8.java @@ -129,7 +129,7 @@ public interface SelectSeekStep8http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep8http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep8http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep8http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep8http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep8http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStep9.java b/jOOQ/src/main/java/org/jooq/SelectSeekStep9.java index d6e5352e02..59e50bce57 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStep9.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStep9.java @@ -129,7 +129,7 @@ public interface SelectSeekStep9http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object, Object, Object, Object, Object, Object, Object, Object, Object) */ @NotNull @CheckReturnValue @@ -182,7 +182,7 @@ public interface SelectSeekStep9http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field, Field, Field, Field, Field, Field, Field, Field, Field) */ @NotNull @CheckReturnValue @@ -235,7 +235,7 @@ public interface SelectSeekStep9http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -287,7 +287,7 @@ public interface SelectSeekStep9http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -339,7 +339,7 @@ public interface SelectSeekStep9http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated @@ -393,7 +393,7 @@ public interface SelectSeekStep9http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @Deprecated diff --git a/jOOQ/src/main/java/org/jooq/SelectSeekStepN.java b/jOOQ/src/main/java/org/jooq/SelectSeekStepN.java index 79c3f4fdf0..f7c8436567 100644 --- a/jOOQ/src/main/java/org/jooq/SelectSeekStepN.java +++ b/jOOQ/src/main/java/org/jooq/SelectSeekStepN.java @@ -130,7 +130,7 @@ public interface SelectSeekStepN extends SelectLimitStep { * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Object...) */ @NotNull @CheckReturnValue @@ -183,7 +183,7 @@ public interface SelectSeekStepN extends SelectLimitStep { * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @see #seekAfter(Field...) */ @NotNull @CheckReturnValue @@ -236,7 +236,7 @@ public interface SelectSeekStepN extends SelectLimitStep { * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -288,7 +288,7 @@ public interface SelectSeekStepN extends SelectLimitStep { * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method */ @NotNull @CheckReturnValue @Support @@ -340,7 +340,7 @@ public interface SelectSeekStepN extends SelectLimitStep { * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @NotNull @CheckReturnValue @@ -394,7 +394,7 @@ public interface SelectSeekStepN extends SelectLimitStep { * @see http://use-the-index-luke.com/sql/partial-results/fetch-next-page * @see http://blog.jooq.org/2013/10/26/faster-sql-paging-with-jooq-using-the-seek-method + * href="https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method/">https://blog.jooq.org/faster-sql-paging-with-jooq-using-the-seek-method * @deprecated - [#7461] - SEEK BEFORE is not implemented correctly */ @NotNull @CheckReturnValue diff --git a/jOOQ/src/main/java/org/jooq/Stringly.java b/jOOQ/src/main/java/org/jooq/Stringly.java index b0620e8d3d..805a60503b 100644 --- a/jOOQ/src/main/java/org/jooq/Stringly.java +++ b/jOOQ/src/main/java/org/jooq/Stringly.java @@ -73,7 +73,7 @@ import org.jooq.impl.DSL; * more strongly-typed API. * * @see https://blog.jooq.org/2020/04/03/whats-a-string-in-the-jooq-api/ + * "https://blog.jooq.org/whats-a-string-in-the-jooq-api/">https://blog.jooq.org/whats-a-string-in-the-jooq-api/ * @author Lukas Eder */ public final class Stringly { diff --git a/jOOQ/src/main/java/org/jooq/VisitListener.java b/jOOQ/src/main/java/org/jooq/VisitListener.java index 0e1067ccf4..09cef85822 100644 --- a/jOOQ/src/main/java/org/jooq/VisitListener.java +++ b/jOOQ/src/main/java/org/jooq/VisitListener.java @@ -90,8 +90,8 @@ import org.jooq.impl.CallbackVisitListener; * otherwise be premature optimisations may have great effect inside the * VisitListener. For more details, please refer to this article: * - * http://blog.jooq.org/2015/02/05/top-10-easy-performance-optimisations-in- + * "https://blog.jooq.org/top-10-easy-performance-optimisations-in-java/"> + * https://blog.jooq.org/top-10-easy-performance-optimisations-in- * java/. * * @author Lukas Eder diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index c60932fa85..cc89490d20 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -21414,7 +21414,7 @@ public class DSL { * integer multiplication. *

* More information here: https://blog.jooq.org/2018/09/21/how-to-write-a-multiplication-aggregate-function-in-sql. + * "https://blog.jooq.org/how-to-write-a-multiplication-aggregate-function-in-sql">https://blog.jooq.org/how-to-write-a-multiplication-aggregate-function-in-sql. */ @NotNull @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, YUGABYTEDB }) @@ -21435,7 +21435,7 @@ public class DSL { * integer multiplication. *

* More information here: https://blog.jooq.org/2018/09/21/how-to-write-a-multiplication-aggregate-function-in-sql. + * "https://blog.jooq.org/how-to-write-a-multiplication-aggregate-function-in-sql">https://blog.jooq.org/how-to-write-a-multiplication-aggregate-function-in-sql. */ @NotNull @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, YUGABYTEDB }) diff --git a/jOOQ/src/main/java/org/jooq/impl/QOM.java b/jOOQ/src/main/java/org/jooq/impl/QOM.java index 09ca6d0d15..db9f1316e3 100644 --- a/jOOQ/src/main/java/org/jooq/impl/QOM.java +++ b/jOOQ/src/main/java/org/jooq/impl/QOM.java @@ -5549,7 +5549,7 @@ public final class QOM { * integer multiplication. *

* More information here: https://blog.jooq.org/2018/09/21/how-to-write-a-multiplication-aggregate-function-in-sql. + * "https://blog.jooq.org/how-to-write-a-multiplication-aggregate-function-in-sql">https://blog.jooq.org/how-to-write-a-multiplication-aggregate-function-in-sql. */ public /*sealed*/ interface Product extends