diff --git a/jOOQ-test/src/org/jooq/test/_/testcases/FetchTests.java b/jOOQ-test/src/org/jooq/test/_/testcases/FetchTests.java index d09e1c4969..cc39247c50 100644 --- a/jOOQ-test/src/org/jooq/test/_/testcases/FetchTests.java +++ b/jOOQ-test/src/org/jooq/test/_/testcases/FetchTests.java @@ -331,8 +331,11 @@ extends BaseTestIf source is a {@link Map} Loading of data is - * delegated to {@link #fromMap(Map)}

If any JPA {@link Column} - * annotations are found on the {@link Class} of the provided - * source, only those are used. Matching candidates are:

+ *

If source is an array

+ *

+ * Loading of data is delegated to {@link #fromArray(Object...)} + *

If source is a {@link Map}

+ *

+ * Loading of data is delegated to {@link #fromMap(Map)} + *

If any JPA {@link Column} annotations are found on the {@link Class} + * of the provided source, only those are used. Matching + * candidates are:

*