![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.sql.ForeignKeyInfoBuilder 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 ForeignKeyInfoBuilder {
ForeignKeyInfoBuilderName name(Optional name);
interface ForeignKeyInfoBuilderName {
ForeignKeyInfoBuilderForeignKeyPartList foreignKeyPartList(List foreignKeyPartList);
}
interface ForeignKeyInfoBuilderForeignKeyPartList {
ForeignKeyInfoBuilderDeleteAction deleteAction(Optional deleteAction);
}
interface ForeignKeyInfoBuilderDeleteAction {
ForeignKeyInfoBuilderUpdateAction updateAction(Optional updateAction);
}
interface ForeignKeyInfoBuilderUpdateAction {
ForeignKeyInfo build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy