public class FieldMeta<E,T> extends Object
| 构造器和说明 |
|---|
FieldMeta(EntityMeta<E> entityMeta,
Class<T> clazz,
String propName,
String columnName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName() |
String |
getComment() |
EntityMeta<?> |
getEntityMeta() |
Class<T> |
getFieldType() |
IdStrategy |
getIdStrategy() |
Class |
getIdStrategyClass() |
JdbcType |
getJdbcType() |
int |
getLength() |
String |
getPropertyName() |
boolean |
isAutoIncrement() |
boolean |
isIndexed() |
boolean |
isInsertable() |
boolean |
isNormalType() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
boolean |
isUpdatable() |
void |
setComment(String comment) |
void |
setIdStrategy(IdStrategy idStrategy) |
void |
setIdStrategyClass(Class idStrategyClass) |
void |
setIndexed(boolean indexed) |
void |
setInsertable(boolean insertable) |
void |
setJdbcType(JdbcType jdbcType) |
void |
setLength(int length) |
void |
setNullable(boolean nullable) |
void |
setPrimaryKey(boolean primaryKey) |
void |
setUpdatable(boolean updatable) |
public EntityMeta<?> getEntityMeta()
public String getColumnName()
public JdbcType getJdbcType()
public void setJdbcType(JdbcType jdbcType)
public String getPropertyName()
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public boolean isUpdatable()
public void setUpdatable(boolean updatable)
public boolean isInsertable()
public void setInsertable(boolean insertable)
public IdStrategy getIdStrategy()
public void setIdStrategy(IdStrategy idStrategy)
public boolean isAutoIncrement()
public int getLength()
public void setLength(int length)
public boolean isNullable()
public void setNullable(boolean nullable)
public String getComment()
public void setComment(String comment)
public boolean isIndexed()
public void setIndexed(boolean indexed)
public Class getIdStrategyClass()
public void setIdStrategyClass(Class idStrategyClass)
public boolean isNormalType()
Copyright © 2024. All rights reserved.