[#5192] Add SafeVarargs annotation to DSL.values() constructor methods

This commit is contained in:
lukaseder 2016-04-05 16:16:16 +02:00
parent dfaf1684f2
commit e4b54cbc29

View File

@ -15661,6 +15661,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1> Table<Record1<T1>> values(Row1<T1>... rows) {
@ -15693,6 +15696,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2> Table<Record2<T1, T2>> values(Row2<T1, T2>... rows) {
@ -15725,6 +15731,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3> Table<Record3<T1, T2, T3>> values(Row3<T1, T2, T3>... rows) {
@ -15757,6 +15766,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4> Table<Record4<T1, T2, T3, T4>> values(Row4<T1, T2, T3, T4>... rows) {
@ -15789,6 +15801,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5> Table<Record5<T1, T2, T3, T4, T5>> values(Row5<T1, T2, T3, T4, T5>... rows) {
@ -15821,6 +15836,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6> Table<Record6<T1, T2, T3, T4, T5, T6>> values(Row6<T1, T2, T3, T4, T5, T6>... rows) {
@ -15853,6 +15871,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7> Table<Record7<T1, T2, T3, T4, T5, T6, T7>> values(Row7<T1, T2, T3, T4, T5, T6, T7>... rows) {
@ -15885,6 +15906,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8> Table<Record8<T1, T2, T3, T4, T5, T6, T7, T8>> values(Row8<T1, T2, T3, T4, T5, T6, T7, T8>... rows) {
@ -15917,6 +15941,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9> Table<Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> values(Row9<T1, T2, T3, T4, T5, T6, T7, T8, T9>... rows) {
@ -15949,6 +15976,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Table<Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> values(Row10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>... rows) {
@ -15981,6 +16011,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Table<Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> values(Row11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>... rows) {
@ -16013,6 +16046,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Table<Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> values(Row12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>... rows) {
@ -16045,6 +16081,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Table<Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> values(Row13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>... rows) {
@ -16077,6 +16116,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Table<Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> values(Row14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>... rows) {
@ -16109,6 +16151,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Table<Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> values(Row15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>... rows) {
@ -16141,6 +16186,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> Table<Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> values(Row16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>... rows) {
@ -16173,6 +16221,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> Table<Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> values(Row17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>... rows) {
@ -16205,6 +16256,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> Table<Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> values(Row18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>... rows) {
@ -16237,6 +16291,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> Table<Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> values(Row19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>... rows) {
@ -16269,6 +16326,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> Table<Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> values(Row20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>... rows) {
@ -16301,6 +16361,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> Table<Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> values(Row21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>... rows) {
@ -16333,6 +16396,9 @@ public class DSL {
* Use {@link Table#as(String, String...)} to rename the resulting table and
* its columns.
*/
@SafeVarargs
@Generated("This method was generated using jOOQ-tools")
@Support
public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> Table<Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> values(Row22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>... rows) {