
com.blossomproject.generator.configuration.model.Field Maven / Gradle / Ivy
package com.blossomproject.generator.configuration.model;
public interface Field {
String getName();
String getColumnName();
String getGetterName();
String getSetterName();
Class getClassName();
boolean isSearchable();
boolean isNullable();
String getDefaultValue();
boolean isRequiredCreate();
boolean isPossibleUpdate();
String getJdbcType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy