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

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

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

import javax.annotation.Generated;

@Generated("br.com.objectos.auto.pojo.AutoPojoProcessor")
final class SchemaNamePojo extends SchemaName {
  private final String simpleName;

  public SchemaNamePojo(SchemaNameBuilderPojo builder) {
    super();
    simpleName = builder.___get___simpleName();
  }

  @Override
  String simpleName() {
    return simpleName;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy