
xuml.tools.model.compiler.info.MyPrimaryIdAttributeMember Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xuml-model-compiler Show documentation
Show all versions of xuml-model-compiler Show documentation
Java model compiler including JPA generation from xml definitions.
The newest version!
package xuml.tools.model.compiler.info;
public class MyPrimaryIdAttributeMember extends MyIndependentAttribute {
public MyPrimaryIdAttributeMember(String attributeName, String fieldName, String columnName,
MyTypeDefinition type, boolean nullable, String description,
MyAttributeExtensions extensions) {
super(attributeName, fieldName, columnName, type, nullable, description, extensions);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy