[jOOQ/jOOQ#11823] Added known issue remark regarding arrays.

This commit is contained in:
Lukas Eder 2021-05-03 13:11:55 +02:00
parent f2580592dd
commit f8cd4a9791
22 changed files with 132 additions and 0 deletions

View File

@ -99,6 +99,12 @@ public interface Row1<T1> extends Row, SelectField<Record1<T1>> {
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends Row, Sel
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends Row
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extend
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> e
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row2<T1, T2> extends Row, SelectField<Record2<T1, T2>> {
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row3<T1, T2, T3> extends Row, SelectField<Record3<T1, T2, T3>>
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row4<T1, T2, T3, T4> extends Row, SelectField<Record4<T1, T2, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row5<T1, T2, T3, T4, T5> extends Row, SelectField<Record5<T1, T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row6<T1, T2, T3, T4, T5, T6> extends Row, SelectField<Record6<T
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row7<T1, T2, T3, T4, T5, T6, T7> extends Row, SelectField<Recor
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row8<T1, T2, T3, T4, T5, T6, T7, T8> extends Row, SelectField<R
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal

View File

@ -99,6 +99,12 @@ public interface Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extends Row, SelectFie
* {@link Converter#toType()}. There may be some edge cases where this doesn't
* work. Please report any bugs here:
* <a href="https://github.com/jOOQ/jOOQ/issues/new/choose">https://github.com/jOOQ/jOOQ/issues/new/choose</a>
* <p>
* Known issues include:
* <p>
* <ul>
* <li>When nesting rows in arrays, the class literal is required for reflective array creation.</li>
* </ul>
*/
@NotNull
@Internal