diff --git a/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml b/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml index 5a4cd28e4e..70d628efde 100644 --- a/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml +++ b/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml @@ -1760,8 +1760,8 @@ Result<Record> result = create.select() In the above example, some generated artefacts are used for querying. In this case, T_AUTHOR and T_BOOK are instances of types - TAuthor and - TBook respectively. + TAuthor and + TBook respectively. Their full qualification would read TAuthor.T_AUTHOR and TBook.T_BOOK, but in many cases, it's useful to static import elements involved with queries, in order to decrease verbosity: import static com.example.jooq.Tables.*; diff --git a/jOOQ-website/manual-pdf/jOOQ-manual.pdf b/jOOQ-website/manual-pdf/jOOQ-manual.pdf index 466d402b9c..73fff01da8 100644 Binary files a/jOOQ-website/manual-pdf/jOOQ-manual.pdf and b/jOOQ-website/manual-pdf/jOOQ-manual.pdf differ diff --git a/jOOQ-website/manual-single-page/index.php b/jOOQ-website/manual-single-page/index.php index ab3c321432..1b281841fa 100644 --- a/jOOQ-website/manual-single-page/index.php +++ b/jOOQ-website/manual-single-page/index.php @@ -855,8 +855,8 @@ Result<Record> result = create.select()

In the above example, some generated artefacts are used for querying. In this case, T_AUTHOR and T_BOOK are instances of types - TAuthor and - TBook respectively. + TAuthor and + TBook respectively. Their full qualification would read TAuthor.T_AUTHOR and TBook.T_BOOK, but in many cases, it's useful to static import elements involved with queries, in order to decrease verbosity:

import static com.example.jooq.Tables.*;
@@ -4861,7 +4861,7 @@ for (ExecuteType type : ExecuteType.values()) {

Both modes will require that you set the - org.jooq.debug.DebugListener + org.jooq.debug.DebugListener in the Factory's settings. When using XML settings:

diff --git a/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php b/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php index 49a843953a..a2e0799b87 100644 --- a/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php +++ b/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php @@ -146,7 +146,7 @@ for (ExecuteType type : ExecuteType.values()) {

Both modes will require that you set the - org.jooq.debug.DebugListener + org.jooq.debug.DebugListener in the Factory's settings. When using XML settings:

diff --git a/jOOQ-website/manual/JOOQ/Query/index.php b/jOOQ-website/manual/JOOQ/Query/index.php index c155cd5984..991c1804ef 100644 --- a/jOOQ-website/manual/JOOQ/Query/index.php +++ b/jOOQ-website/manual/JOOQ/Query/index.php @@ -114,8 +114,8 @@ Result<Record> result = create.select()

In the above example, some generated artefacts are used for querying. In this case, T_AUTHOR and T_BOOK are instances of types - TAuthor and - TBook respectively. + TAuthor and + TBook respectively. Their full qualification would read TAuthor.T_AUTHOR and TBook.T_BOOK, but in many cases, it's useful to static import elements involved with queries, in order to decrease verbosity:

import static com.example.jooq.Tables.*;
diff --git a/jOOQ-website/src/main/resources/html-util.xsl b/jOOQ-website/src/main/resources/html-util.xsl index d47a144d7a..0e68aeeb2d 100644 --- a/jOOQ-website/src/main/resources/html-util.xsl +++ b/jOOQ-website/src/main/resources/html-util.xsl @@ -54,14 +54,14 @@ - https://github.com/lukaseder/jOOQ/blob/master/jOOQ-test/src/ + https://github.com/jOOQ/jOOQ/blob/master/jOOQ-test/src/ .java - https://github.com/lukaseder/jOOQ/blob/master/jOOQ-console/src/ + https://github.com/jOOQ/jOOQ/blob/master/jOOQ-console/src/main/java/ .java diff --git a/jOOQ-website/src/main/resources/manual.xml b/jOOQ-website/src/main/resources/manual.xml index 6f868951a8..31bdb70d1a 100644 --- a/jOOQ-website/src/main/resources/manual.xml +++ b/jOOQ-website/src/main/resources/manual.xml @@ -649,8 +649,8 @@ Result<Record> result = create.select()

In the above example, some generated artefacts are used for querying. In this case, T_AUTHOR and T_BOOK are instances of types - and - respectively. + and + respectively. Their full qualification would read TAuthor.T_AUTHOR and TBook.T_BOOK, but in many cases, it's useful to static import elements involved with queries, in order to decrease verbosity: import static com.example.jooq.Tables.*; diff --git a/jOOQ-website/src/main/resources/pdf.xsl b/jOOQ-website/src/main/resources/pdf.xsl index 123adf691f..2ceadeb5bb 100644 --- a/jOOQ-website/src/main/resources/pdf.xsl +++ b/jOOQ-website/src/main/resources/pdf.xsl @@ -291,7 +291,7 @@ url(' - https://github.com/lukaseder/jOOQ/blob/master/jOOQ-test/src/ + https://github.com/jOOQ/jOOQ/blob/master/jOOQ-test/src/ .java @@ -306,7 +306,7 @@ url(' - https://github.com/lukaseder/jOOQ/blob/master/jOOQ-console/src/ + https://github.com/jOOQ/jOOQ/blob/master/jOOQ-console/src/main/java/ .java