
br.com.objectos.sql.info.TableNamePojo 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 TableNamePojo extends TableName {
private final SchemaName schemaName;
private final String simpleName;
private final MigrationVersion migrationVersion;
public TableNamePojo(TableNameBuilderPojo builder) {
super();
schemaName = builder.___get___schemaName();
simpleName = builder.___get___simpleName();
migrationVersion = builder.___get___migrationVersion();
}
@Override
SchemaName schemaName() {
return schemaName;
}
@Override
String simpleName() {
return simpleName;
}
@Override
MigrationVersion migrationVersion() {
return migrationVersion;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy