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

br.com.objectos.sql.info.SchemaInfoPojo Maven / Gradle / Ivy

The newest version!
package br.com.objectos.sql.info;

import java.util.List;
import javax.annotation.Generated;

@Generated("br.com.objectos.auto.pojo.AutoPojoProcessor")
final class SchemaInfoPojo extends SchemaInfo {
  private final SchemaName schemaName;

  private final List tableInfoList;

  public SchemaInfoPojo(SchemaInfoBuilderPojo builder) {
    super();
    schemaName = builder.___get___schemaName();
    tableInfoList = builder.___get___tableInfoList();
  }

  @Override
  SchemaName schemaName() {
    return schemaName;
  }

  @Override
  List tableInfoList() {
    return tableInfoList;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy