[jOOQ/jOOQ#9975] Suppress some warnings in generated code
This commit is contained in:
parent
9a15934b5f
commit
46869f8582
@ -1299,6 +1299,7 @@ public interface Row1<T1> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row1<T1>... rows);
|
||||
|
||||
@ -1320,6 +1321,7 @@ public interface Row1<T1> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record1<T1>... record);
|
||||
|
||||
@ -1402,6 +1404,7 @@ public interface Row1<T1> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row1<T1>... rows);
|
||||
|
||||
@ -1423,6 +1426,7 @@ public interface Row1<T1> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record1<T1>... record);
|
||||
|
||||
|
||||
@ -1344,6 +1344,7 @@ public interface Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>... rows);
|
||||
|
||||
@ -1365,6 +1366,7 @@ public interface Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>... record);
|
||||
|
||||
@ -1447,6 +1449,7 @@ public interface Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>... rows);
|
||||
|
||||
@ -1468,6 +1471,7 @@ public interface Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>... record);
|
||||
|
||||
|
||||
@ -1349,6 +1349,7 @@ public interface Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends Row
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>... rows);
|
||||
|
||||
@ -1370,6 +1371,7 @@ public interface Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends Row
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>... record);
|
||||
|
||||
@ -1452,6 +1454,7 @@ public interface Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends Row
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>... rows);
|
||||
|
||||
@ -1473,6 +1476,7 @@ public interface Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends Row
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>... record);
|
||||
|
||||
|
||||
@ -1354,6 +1354,7 @@ public interface Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extend
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>... rows);
|
||||
|
||||
@ -1375,6 +1376,7 @@ public interface Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extend
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>... record);
|
||||
|
||||
@ -1457,6 +1459,7 @@ public interface Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extend
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>... rows);
|
||||
|
||||
@ -1478,6 +1481,7 @@ public interface Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extend
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>... record);
|
||||
|
||||
|
||||
@ -1359,6 +1359,7 @@ public interface Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> e
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>... rows);
|
||||
|
||||
@ -1380,6 +1381,7 @@ public interface Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> e
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>... record);
|
||||
|
||||
@ -1462,6 +1464,7 @@ public interface Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> e
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>... rows);
|
||||
|
||||
@ -1483,6 +1486,7 @@ public interface Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> e
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>... record);
|
||||
|
||||
|
||||
@ -1364,6 +1364,7 @@ public interface Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>... rows);
|
||||
|
||||
@ -1385,6 +1386,7 @@ public interface Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>... record);
|
||||
|
||||
@ -1467,6 +1469,7 @@ public interface Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>... rows);
|
||||
|
||||
@ -1488,6 +1491,7 @@ public interface Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>... record);
|
||||
|
||||
|
||||
@ -1369,6 +1369,7 @@ public interface Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... rows);
|
||||
|
||||
@ -1390,6 +1391,7 @@ public interface Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... record);
|
||||
|
||||
@ -1472,6 +1474,7 @@ public interface Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... rows);
|
||||
|
||||
@ -1493,6 +1496,7 @@ public interface Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... record);
|
||||
|
||||
|
||||
@ -1374,6 +1374,7 @@ public interface Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... rows);
|
||||
|
||||
@ -1395,6 +1396,7 @@ public interface Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... record);
|
||||
|
||||
@ -1477,6 +1479,7 @@ public interface Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... rows);
|
||||
|
||||
@ -1498,6 +1501,7 @@ public interface Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... record);
|
||||
|
||||
|
||||
@ -1379,6 +1379,7 @@ public interface Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... rows);
|
||||
|
||||
@ -1400,6 +1401,7 @@ public interface Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... record);
|
||||
|
||||
@ -1482,6 +1484,7 @@ public interface Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... rows);
|
||||
|
||||
@ -1503,6 +1506,7 @@ public interface Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... record);
|
||||
|
||||
|
||||
@ -1384,6 +1384,7 @@ public interface Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... rows);
|
||||
|
||||
@ -1405,6 +1406,7 @@ public interface Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... record);
|
||||
|
||||
@ -1487,6 +1489,7 @@ public interface Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... rows);
|
||||
|
||||
@ -1508,6 +1511,7 @@ public interface Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... record);
|
||||
|
||||
|
||||
@ -1389,6 +1389,7 @@ public interface Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... rows);
|
||||
|
||||
@ -1410,6 +1411,7 @@ public interface Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... record);
|
||||
|
||||
@ -1492,6 +1494,7 @@ public interface Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... rows);
|
||||
|
||||
@ -1513,6 +1516,7 @@ public interface Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... record);
|
||||
|
||||
|
||||
@ -1304,6 +1304,7 @@ public interface Row2<T1, T2> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row2<T1, T2>... rows);
|
||||
|
||||
@ -1325,6 +1326,7 @@ public interface Row2<T1, T2> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record2<T1, T2>... record);
|
||||
|
||||
@ -1407,6 +1409,7 @@ public interface Row2<T1, T2> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row2<T1, T2>... rows);
|
||||
|
||||
@ -1428,6 +1431,7 @@ public interface Row2<T1, T2> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record2<T1, T2>... record);
|
||||
|
||||
|
||||
@ -1394,6 +1394,7 @@ public interface Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... rows);
|
||||
|
||||
@ -1415,6 +1416,7 @@ public interface Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... record);
|
||||
|
||||
@ -1497,6 +1499,7 @@ public interface Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... rows);
|
||||
|
||||
@ -1518,6 +1521,7 @@ public interface Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... record);
|
||||
|
||||
|
||||
@ -1399,6 +1399,7 @@ public interface Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... rows);
|
||||
|
||||
@ -1420,6 +1421,7 @@ public interface Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... record);
|
||||
|
||||
@ -1502,6 +1504,7 @@ public interface Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... rows);
|
||||
|
||||
@ -1523,6 +1526,7 @@ public interface Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... record);
|
||||
|
||||
|
||||
@ -1404,6 +1404,7 @@ public interface Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... rows);
|
||||
|
||||
@ -1425,6 +1426,7 @@ public interface Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... record);
|
||||
|
||||
@ -1507,6 +1509,7 @@ public interface Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... rows);
|
||||
|
||||
@ -1528,6 +1531,7 @@ public interface Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... record);
|
||||
|
||||
|
||||
@ -1309,6 +1309,7 @@ public interface Row3<T1, T2, T3> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row3<T1, T2, T3>... rows);
|
||||
|
||||
@ -1330,6 +1331,7 @@ public interface Row3<T1, T2, T3> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record3<T1, T2, T3>... record);
|
||||
|
||||
@ -1412,6 +1414,7 @@ public interface Row3<T1, T2, T3> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row3<T1, T2, T3>... rows);
|
||||
|
||||
@ -1433,6 +1436,7 @@ public interface Row3<T1, T2, T3> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record3<T1, T2, T3>... record);
|
||||
|
||||
|
||||
@ -1314,6 +1314,7 @@ public interface Row4<T1, T2, T3, T4> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row4<T1, T2, T3, T4>... rows);
|
||||
|
||||
@ -1335,6 +1336,7 @@ public interface Row4<T1, T2, T3, T4> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record4<T1, T2, T3, T4>... record);
|
||||
|
||||
@ -1417,6 +1419,7 @@ public interface Row4<T1, T2, T3, T4> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row4<T1, T2, T3, T4>... rows);
|
||||
|
||||
@ -1438,6 +1441,7 @@ public interface Row4<T1, T2, T3, T4> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record4<T1, T2, T3, T4>... record);
|
||||
|
||||
|
||||
@ -1319,6 +1319,7 @@ public interface Row5<T1, T2, T3, T4, T5> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row5<T1, T2, T3, T4, T5>... rows);
|
||||
|
||||
@ -1340,6 +1341,7 @@ public interface Row5<T1, T2, T3, T4, T5> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record5<T1, T2, T3, T4, T5>... record);
|
||||
|
||||
@ -1422,6 +1424,7 @@ public interface Row5<T1, T2, T3, T4, T5> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row5<T1, T2, T3, T4, T5>... rows);
|
||||
|
||||
@ -1443,6 +1446,7 @@ public interface Row5<T1, T2, T3, T4, T5> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record5<T1, T2, T3, T4, T5>... record);
|
||||
|
||||
|
||||
@ -1324,6 +1324,7 @@ public interface Row6<T1, T2, T3, T4, T5, T6> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row6<T1, T2, T3, T4, T5, T6>... rows);
|
||||
|
||||
@ -1345,6 +1346,7 @@ public interface Row6<T1, T2, T3, T4, T5, T6> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record6<T1, T2, T3, T4, T5, T6>... record);
|
||||
|
||||
@ -1427,6 +1429,7 @@ public interface Row6<T1, T2, T3, T4, T5, T6> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row6<T1, T2, T3, T4, T5, T6>... rows);
|
||||
|
||||
@ -1448,6 +1451,7 @@ public interface Row6<T1, T2, T3, T4, T5, T6> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record6<T1, T2, T3, T4, T5, T6>... record);
|
||||
|
||||
|
||||
@ -1329,6 +1329,7 @@ public interface Row7<T1, T2, T3, T4, T5, T6, T7> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row7<T1, T2, T3, T4, T5, T6, T7>... rows);
|
||||
|
||||
@ -1350,6 +1351,7 @@ public interface Row7<T1, T2, T3, T4, T5, T6, T7> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record7<T1, T2, T3, T4, T5, T6, T7>... record);
|
||||
|
||||
@ -1432,6 +1434,7 @@ public interface Row7<T1, T2, T3, T4, T5, T6, T7> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row7<T1, T2, T3, T4, T5, T6, T7>... rows);
|
||||
|
||||
@ -1453,6 +1456,7 @@ public interface Row7<T1, T2, T3, T4, T5, T6, T7> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record7<T1, T2, T3, T4, T5, T6, T7>... record);
|
||||
|
||||
|
||||
@ -1334,6 +1334,7 @@ public interface Row8<T1, T2, T3, T4, T5, T6, T7, T8> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row8<T1, T2, T3, T4, T5, T6, T7, T8>... rows);
|
||||
|
||||
@ -1355,6 +1356,7 @@ public interface Row8<T1, T2, T3, T4, T5, T6, T7, T8> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record8<T1, T2, T3, T4, T5, T6, T7, T8>... record);
|
||||
|
||||
@ -1437,6 +1439,7 @@ public interface Row8<T1, T2, T3, T4, T5, T6, T7, T8> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row8<T1, T2, T3, T4, T5, T6, T7, T8>... rows);
|
||||
|
||||
@ -1458,6 +1461,7 @@ public interface Row8<T1, T2, T3, T4, T5, T6, T7, T8> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record8<T1, T2, T3, T4, T5, T6, T7, T8>... record);
|
||||
|
||||
|
||||
@ -1339,6 +1339,7 @@ public interface Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>... rows);
|
||||
|
||||
@ -1360,6 +1361,7 @@ public interface Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extends Row {
|
||||
*
|
||||
* @see #in(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition in(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>... record);
|
||||
|
||||
@ -1442,6 +1444,7 @@ public interface Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>... rows);
|
||||
|
||||
@ -1463,6 +1466,7 @@ public interface Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extends Row {
|
||||
*
|
||||
* @see #notIn(Collection)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Support
|
||||
Condition notIn(Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>... record);
|
||||
|
||||
|
||||
@ -58,7 +58,6 @@ import org.jooq.Select;
|
||||
/**
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
final class RowImplN extends AbstractRow implements RowN {
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user