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

br.com.objectos.way.sql.InsertableRow4 Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package br.com.objectos.way.sql;

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

@Generated("br.com.objectos.way.sql.BootProcessor")
public interface InsertableRow4 extends InsertableRow {
  Values values(T1 val1, T2 val2, T3 val3, T4 val4);

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy