![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.sql.PrimaryKeyInfoBuilder Maven / Gradle / Ivy
package br.com.objectos.way.sql;
import com.google.common.base.Optional;
import java.util.List;
@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
public interface PrimaryKeyInfoBuilder {
PrimaryKeyInfoBuilderName name(Optional name);
interface PrimaryKeyInfoBuilderName {
PrimaryKeyInfoBuilderIndexColumnInfoList indexColumnInfoList(List indexColumnInfoList);
}
interface PrimaryKeyInfoBuilderIndexColumnInfoList {
PrimaryKeyInfo build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy