diff --git a/jOOQ/src/main/java/org/jooq/Row1.java b/jOOQ/src/main/java/org/jooq/Row1.java index d7e3db8a01..39a8979b28 100644 --- a/jOOQ/src/main/java/org/jooq/Row1.java +++ b/jOOQ/src/main/java/org/jooq/Row1.java @@ -1299,6 +1299,7 @@ public interface Row1 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row1... rows); @@ -1320,6 +1321,7 @@ public interface Row1 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record1... record); @@ -1402,6 +1404,7 @@ public interface Row1 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row1... rows); @@ -1423,6 +1426,7 @@ public interface Row1 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record1... record); diff --git a/jOOQ/src/main/java/org/jooq/Row10.java b/jOOQ/src/main/java/org/jooq/Row10.java index 0e2a56fd25..7098670050 100644 --- a/jOOQ/src/main/java/org/jooq/Row10.java +++ b/jOOQ/src/main/java/org/jooq/Row10.java @@ -1344,6 +1344,7 @@ public interface Row10 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row10... rows); @@ -1365,6 +1366,7 @@ public interface Row10 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record10... record); @@ -1447,6 +1449,7 @@ public interface Row10 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row10... rows); @@ -1468,6 +1471,7 @@ public interface Row10 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record10... record); diff --git a/jOOQ/src/main/java/org/jooq/Row11.java b/jOOQ/src/main/java/org/jooq/Row11.java index 866e10554f..97c9ffd292 100644 --- a/jOOQ/src/main/java/org/jooq/Row11.java +++ b/jOOQ/src/main/java/org/jooq/Row11.java @@ -1349,6 +1349,7 @@ public interface Row11 extends Row * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row11... rows); @@ -1370,6 +1371,7 @@ public interface Row11 extends Row * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record11... record); @@ -1452,6 +1454,7 @@ public interface Row11 extends Row * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row11... rows); @@ -1473,6 +1476,7 @@ public interface Row11 extends Row * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record11... record); diff --git a/jOOQ/src/main/java/org/jooq/Row12.java b/jOOQ/src/main/java/org/jooq/Row12.java index ae8ebdb863..b3c30e7571 100644 --- a/jOOQ/src/main/java/org/jooq/Row12.java +++ b/jOOQ/src/main/java/org/jooq/Row12.java @@ -1354,6 +1354,7 @@ public interface Row12 extend * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row12... rows); @@ -1375,6 +1376,7 @@ public interface Row12 extend * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record12... record); @@ -1457,6 +1459,7 @@ public interface Row12 extend * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row12... rows); @@ -1478,6 +1481,7 @@ public interface Row12 extend * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record12... record); diff --git a/jOOQ/src/main/java/org/jooq/Row13.java b/jOOQ/src/main/java/org/jooq/Row13.java index 89bf90ce2f..3dc643e1df 100644 --- a/jOOQ/src/main/java/org/jooq/Row13.java +++ b/jOOQ/src/main/java/org/jooq/Row13.java @@ -1359,6 +1359,7 @@ public interface Row13 e * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row13... rows); @@ -1380,6 +1381,7 @@ public interface Row13 e * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record13... record); @@ -1462,6 +1464,7 @@ public interface Row13 e * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row13... rows); @@ -1483,6 +1486,7 @@ public interface Row13 e * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record13... record); diff --git a/jOOQ/src/main/java/org/jooq/Row14.java b/jOOQ/src/main/java/org/jooq/Row14.java index 5935a62869..1b5b914622 100644 --- a/jOOQ/src/main/java/org/jooq/Row14.java +++ b/jOOQ/src/main/java/org/jooq/Row14.java @@ -1364,6 +1364,7 @@ public interface Row14... rows); @@ -1385,6 +1386,7 @@ public interface Row14... record); @@ -1467,6 +1469,7 @@ public interface Row14... rows); @@ -1488,6 +1491,7 @@ public interface Row14... record); diff --git a/jOOQ/src/main/java/org/jooq/Row15.java b/jOOQ/src/main/java/org/jooq/Row15.java index 4dbddec26f..cbf58bc9aa 100644 --- a/jOOQ/src/main/java/org/jooq/Row15.java +++ b/jOOQ/src/main/java/org/jooq/Row15.java @@ -1369,6 +1369,7 @@ public interface Row15... rows); @@ -1390,6 +1391,7 @@ public interface Row15... record); @@ -1472,6 +1474,7 @@ public interface Row15... rows); @@ -1493,6 +1496,7 @@ public interface Row15... record); diff --git a/jOOQ/src/main/java/org/jooq/Row16.java b/jOOQ/src/main/java/org/jooq/Row16.java index e366eb21be..ca824afe16 100644 --- a/jOOQ/src/main/java/org/jooq/Row16.java +++ b/jOOQ/src/main/java/org/jooq/Row16.java @@ -1374,6 +1374,7 @@ public interface Row16... rows); @@ -1395,6 +1396,7 @@ public interface Row16... record); @@ -1477,6 +1479,7 @@ public interface Row16... rows); @@ -1498,6 +1501,7 @@ public interface Row16... record); diff --git a/jOOQ/src/main/java/org/jooq/Row17.java b/jOOQ/src/main/java/org/jooq/Row17.java index 22a0a433e5..bbe4ea3180 100644 --- a/jOOQ/src/main/java/org/jooq/Row17.java +++ b/jOOQ/src/main/java/org/jooq/Row17.java @@ -1379,6 +1379,7 @@ public interface Row17... rows); @@ -1400,6 +1401,7 @@ public interface Row17... record); @@ -1482,6 +1484,7 @@ public interface Row17... rows); @@ -1503,6 +1506,7 @@ public interface Row17... record); diff --git a/jOOQ/src/main/java/org/jooq/Row18.java b/jOOQ/src/main/java/org/jooq/Row18.java index b3282bcabc..f07d1bb215 100644 --- a/jOOQ/src/main/java/org/jooq/Row18.java +++ b/jOOQ/src/main/java/org/jooq/Row18.java @@ -1384,6 +1384,7 @@ public interface Row18... rows); @@ -1405,6 +1406,7 @@ public interface Row18... record); @@ -1487,6 +1489,7 @@ public interface Row18... rows); @@ -1508,6 +1511,7 @@ public interface Row18... record); diff --git a/jOOQ/src/main/java/org/jooq/Row19.java b/jOOQ/src/main/java/org/jooq/Row19.java index 9680ef03ea..331094dd33 100644 --- a/jOOQ/src/main/java/org/jooq/Row19.java +++ b/jOOQ/src/main/java/org/jooq/Row19.java @@ -1389,6 +1389,7 @@ public interface Row19... rows); @@ -1410,6 +1411,7 @@ public interface Row19... record); @@ -1492,6 +1494,7 @@ public interface Row19... rows); @@ -1513,6 +1516,7 @@ public interface Row19... record); diff --git a/jOOQ/src/main/java/org/jooq/Row2.java b/jOOQ/src/main/java/org/jooq/Row2.java index 3941dd1ec7..3dfa296879 100644 --- a/jOOQ/src/main/java/org/jooq/Row2.java +++ b/jOOQ/src/main/java/org/jooq/Row2.java @@ -1304,6 +1304,7 @@ public interface Row2 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row2... rows); @@ -1325,6 +1326,7 @@ public interface Row2 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record2... record); @@ -1407,6 +1409,7 @@ public interface Row2 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row2... rows); @@ -1428,6 +1431,7 @@ public interface Row2 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record2... record); diff --git a/jOOQ/src/main/java/org/jooq/Row20.java b/jOOQ/src/main/java/org/jooq/Row20.java index 1a7c64e821..196bb1f36f 100644 --- a/jOOQ/src/main/java/org/jooq/Row20.java +++ b/jOOQ/src/main/java/org/jooq/Row20.java @@ -1394,6 +1394,7 @@ public interface Row20... rows); @@ -1415,6 +1416,7 @@ public interface Row20... record); @@ -1497,6 +1499,7 @@ public interface Row20... rows); @@ -1518,6 +1521,7 @@ public interface Row20... record); diff --git a/jOOQ/src/main/java/org/jooq/Row21.java b/jOOQ/src/main/java/org/jooq/Row21.java index a338466d53..61ceb12705 100644 --- a/jOOQ/src/main/java/org/jooq/Row21.java +++ b/jOOQ/src/main/java/org/jooq/Row21.java @@ -1399,6 +1399,7 @@ public interface Row21... rows); @@ -1420,6 +1421,7 @@ public interface Row21... record); @@ -1502,6 +1504,7 @@ public interface Row21... rows); @@ -1523,6 +1526,7 @@ public interface Row21... record); diff --git a/jOOQ/src/main/java/org/jooq/Row22.java b/jOOQ/src/main/java/org/jooq/Row22.java index 5210ddc878..c36c941c6b 100644 --- a/jOOQ/src/main/java/org/jooq/Row22.java +++ b/jOOQ/src/main/java/org/jooq/Row22.java @@ -1404,6 +1404,7 @@ public interface Row22... rows); @@ -1425,6 +1426,7 @@ public interface Row22... record); @@ -1507,6 +1509,7 @@ public interface Row22... rows); @@ -1528,6 +1531,7 @@ public interface Row22... record); diff --git a/jOOQ/src/main/java/org/jooq/Row3.java b/jOOQ/src/main/java/org/jooq/Row3.java index b986f35d20..a8392fc065 100644 --- a/jOOQ/src/main/java/org/jooq/Row3.java +++ b/jOOQ/src/main/java/org/jooq/Row3.java @@ -1309,6 +1309,7 @@ public interface Row3 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row3... rows); @@ -1330,6 +1331,7 @@ public interface Row3 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record3... record); @@ -1412,6 +1414,7 @@ public interface Row3 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row3... rows); @@ -1433,6 +1436,7 @@ public interface Row3 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record3... record); diff --git a/jOOQ/src/main/java/org/jooq/Row4.java b/jOOQ/src/main/java/org/jooq/Row4.java index f744e40c5b..36418fa473 100644 --- a/jOOQ/src/main/java/org/jooq/Row4.java +++ b/jOOQ/src/main/java/org/jooq/Row4.java @@ -1314,6 +1314,7 @@ public interface Row4 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row4... rows); @@ -1335,6 +1336,7 @@ public interface Row4 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record4... record); @@ -1417,6 +1419,7 @@ public interface Row4 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row4... rows); @@ -1438,6 +1441,7 @@ public interface Row4 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record4... record); diff --git a/jOOQ/src/main/java/org/jooq/Row5.java b/jOOQ/src/main/java/org/jooq/Row5.java index 7e11ffbb64..e52c8f7b2d 100644 --- a/jOOQ/src/main/java/org/jooq/Row5.java +++ b/jOOQ/src/main/java/org/jooq/Row5.java @@ -1319,6 +1319,7 @@ public interface Row5 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row5... rows); @@ -1340,6 +1341,7 @@ public interface Row5 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record5... record); @@ -1422,6 +1424,7 @@ public interface Row5 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row5... rows); @@ -1443,6 +1446,7 @@ public interface Row5 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record5... record); diff --git a/jOOQ/src/main/java/org/jooq/Row6.java b/jOOQ/src/main/java/org/jooq/Row6.java index dec6ea3bce..8f9b4a5ef5 100644 --- a/jOOQ/src/main/java/org/jooq/Row6.java +++ b/jOOQ/src/main/java/org/jooq/Row6.java @@ -1324,6 +1324,7 @@ public interface Row6 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row6... rows); @@ -1345,6 +1346,7 @@ public interface Row6 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record6... record); @@ -1427,6 +1429,7 @@ public interface Row6 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row6... rows); @@ -1448,6 +1451,7 @@ public interface Row6 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record6... record); diff --git a/jOOQ/src/main/java/org/jooq/Row7.java b/jOOQ/src/main/java/org/jooq/Row7.java index 5c644070c2..711c5a075a 100644 --- a/jOOQ/src/main/java/org/jooq/Row7.java +++ b/jOOQ/src/main/java/org/jooq/Row7.java @@ -1329,6 +1329,7 @@ public interface Row7 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row7... rows); @@ -1350,6 +1351,7 @@ public interface Row7 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record7... record); @@ -1432,6 +1434,7 @@ public interface Row7 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row7... rows); @@ -1453,6 +1456,7 @@ public interface Row7 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record7... record); diff --git a/jOOQ/src/main/java/org/jooq/Row8.java b/jOOQ/src/main/java/org/jooq/Row8.java index 683f78c9a2..737f0a4c05 100644 --- a/jOOQ/src/main/java/org/jooq/Row8.java +++ b/jOOQ/src/main/java/org/jooq/Row8.java @@ -1334,6 +1334,7 @@ public interface Row8 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row8... rows); @@ -1355,6 +1356,7 @@ public interface Row8 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record8... record); @@ -1437,6 +1439,7 @@ public interface Row8 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row8... rows); @@ -1458,6 +1461,7 @@ public interface Row8 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record8... record); diff --git a/jOOQ/src/main/java/org/jooq/Row9.java b/jOOQ/src/main/java/org/jooq/Row9.java index d3fa972f71..573b538a04 100644 --- a/jOOQ/src/main/java/org/jooq/Row9.java +++ b/jOOQ/src/main/java/org/jooq/Row9.java @@ -1339,6 +1339,7 @@ public interface Row9 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Row9... rows); @@ -1360,6 +1361,7 @@ public interface Row9 extends Row { * * @see #in(Collection) */ + @SuppressWarnings("unchecked") @Support Condition in(Record9... record); @@ -1442,6 +1444,7 @@ public interface Row9 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Row9... rows); @@ -1463,6 +1466,7 @@ public interface Row9 extends Row { * * @see #notIn(Collection) */ + @SuppressWarnings("unchecked") @Support Condition notIn(Record9... record); diff --git a/jOOQ/src/main/java/org/jooq/impl/RowImplN.java b/jOOQ/src/main/java/org/jooq/impl/RowImplN.java index 22ba111311..e8792d8890 100644 --- a/jOOQ/src/main/java/org/jooq/impl/RowImplN.java +++ b/jOOQ/src/main/java/org/jooq/impl/RowImplN.java @@ -58,7 +58,6 @@ import org.jooq.Select; /** * @author Lukas Eder */ -@SuppressWarnings({ "rawtypes", "unchecked" }) final class RowImplN extends AbstractRow implements RowN { /**