All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.sql.InsertableRow13 Maven / Gradle / Ivy

package br.com.objectos.sql;

import br.com.objectos.db.GeneratedKeyListener;
import javax.annotation.Generated;

@Generated("br.com.objectos.sql.BootProcessor")
public interface InsertableRow13 extends InsertableRow {
  Values values(T1 val1, T2 val2, T3 val3, T4 val4, T5 val5, T6 val6, T7 val7, T8 val8, T9 val9, T10 val10, T11 val11, T12 val12, T13 val13);

  interface Values extends InsertableRow13, InsertableRow.Values {
    @Override
    Values onGeneratedKey(GeneratedKeyListener listener);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy