public class Column extends Object
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildAnnotations() |
String |
buildComment() |
String |
buildPropertyName() |
Boolean |
getAutoIncrement() |
ColumnConfig |
getColumnConfig() |
String |
getComment() |
EntityConfig |
getEntityConfig() |
Set<String> |
getImportClasses() |
String |
getName() |
Integer |
getNullable() |
String |
getProperty() |
String |
getPropertyDefaultValue() |
String |
getPropertySimpleType() |
String |
getPropertyType() |
int |
getRawLength() |
String |
getRawType() |
String |
getterMethod() |
boolean |
isDefaultColumn() |
boolean |
isPrimaryKey() |
void |
setAutoIncrement(Boolean autoIncrement) |
void |
setColumnConfig(ColumnConfig columnConfig) |
void |
setComment(String comment) |
void |
setEntityConfig(EntityConfig entityConfig) |
void |
setName(String name) |
void |
setNullable(Integer nullable) |
void |
setPrimaryKey(boolean primaryKey) |
void |
setPropertyType(String propertyType) |
void |
setRawLength(int rawLength) |
void |
setRawType(String rawType) |
String |
setterMethod() |
String |
toString() |
public String getName()
public void setName(String name)
public String getProperty()
public String getPropertyType()
public String getPropertyDefaultValue()
public String getPropertySimpleType()
public void setPropertyType(String propertyType)
public String getComment()
public void setComment(String comment)
public Integer getNullable()
public void setNullable(Integer nullable)
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public Boolean getAutoIncrement()
public void setAutoIncrement(Boolean autoIncrement)
public String getRawType()
public void setRawType(String rawType)
public int getRawLength()
public void setRawLength(int rawLength)
public ColumnConfig getColumnConfig()
public void setColumnConfig(ColumnConfig columnConfig)
public EntityConfig getEntityConfig()
public void setEntityConfig(EntityConfig entityConfig)
public String getterMethod()
public String setterMethod()
public String buildComment()
public String buildPropertyName()
public String buildAnnotations()
public boolean isDefaultColumn()
Copyright © 2024. All rights reserved.