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

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

package br.com.objectos.way.sql;

@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
public interface TableNameBuilder {

  TableNameBuilderSchemaInfo schemaInfo(SchemaInfo schemaInfo);
  
  interface TableNameBuilderSchemaInfo {
    TableNameBuilderName name(String name);
  }
    
  interface TableNameBuilderName {
    TableName build();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy