
br.com.objectos.sql.info.PrimaryKeyInfoPojo 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 PrimaryKeyInfoPojo extends PrimaryKeyInfo {
private final String name;
private final List extends KeyPart> keyPartList;
public PrimaryKeyInfoPojo(PrimaryKeyInfoBuilderPojo builder) {
super();
name = builder.___get___name();
keyPartList = builder.___get___keyPartList();
}
@Override
String name() {
return name;
}
@Override
List extends KeyPart> keyPartList() {
return keyPartList;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy