类 ColumnInfo

java.lang.Object
top.zephyrs.mybatis.semi.metadata.ColumnInfo

public class ColumnInfo extends Object
表-Bean映射的列信息
  • 构造器详细资料

    • ColumnInfo

      public ColumnInfo()
  • 方法详细资料

    • isSelect

      public boolean isSelect()
    • setSelect

      public void setSelect(boolean select)
    • isInsert

      public boolean isInsert()
    • setInsert

      public void setInsert(boolean insert)
    • isUpdate

      public boolean isUpdate()
    • setUpdate

      public void setUpdate(boolean update)
    • isIfNullInsert

      public boolean isIfNullInsert()
    • setIfNullInsert

      public void setIfNullInsert(boolean ifNullInsert)
    • isIfNullUpdate

      public boolean isIfNullUpdate()
    • setIfNullUpdate

      public void setIfNullUpdate(boolean ifNullUpdate)
    • isExists

      public boolean isExists()
    • setExists

      public void setExists(boolean exists)
    • isPK

      public boolean isPK()
    • setPK

      public void setPK(boolean PK)
    • getIdType

      public IdType getIdType()
    • setIdType

      public void setIdType(IdType idType)
    • getKeyGenerator

      public KeyCreator<?> getKeyGenerator()
    • setKeyGenerator

      public void setKeyGenerator(KeyCreator<?> keyCreator)
    • getColumnName

      public String getColumnName()
    • setColumnName

      public void setColumnName(String columnName)
    • getFieldName

      public String getFieldName()
    • setFieldName

      public void setFieldName(String fieldName)
    • getField

      public Field getField()
    • setField

      public void setField(Field field)
    • getFieldType

      public Class<?> getFieldType()
    • setFieldType

      public void setFieldType(Class<?> fieldType)
    • getTypeHandler

      public Class<? extends org.apache.ibatis.type.TypeHandler<?>> getTypeHandler()
    • setTypeHandler

      public void setTypeHandler(Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler)