![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.sql.InsertValuesSqlBuilder Maven / Gradle / Ivy
package br.com.objectos.way.sql;
import java.util.List;
@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
public interface InsertValuesSqlBuilder {
InsertValuesSqlBuilderTableInfo tableInfo(TableInfo tableInfo);
interface InsertValuesSqlBuilderTableInfo {
InsertValuesSqlBuilderColumnInfoList columnInfoList(List columnInfoList);
}
interface InsertValuesSqlBuilderColumnInfoList {
InsertValuesSqlBuilderGenerateKeys generateKeys(boolean generateKeys);
}
interface InsertValuesSqlBuilderGenerateKeys {
InsertValuesSql build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy