Annotation Interface Column


列描述
作者:
han
  • 字段详细资料

  • 元素详细资料

    • column

      String column
      对应列名称
      返回:
      默认值:
      ""
    • ignore

      boolean ignore
      是否忽略字段
      返回:
      默认值:
      false
    • value

      String value
      字段描述
      返回:
      默认值:
      ""
    • len

      int len
      长度
      返回:
      默认值:
      0
    • precision

      int precision
      精度
      返回:
      默认值:
      0
    • nullable

      boolean nullable
      是否可空
      返回:
      默认值:
      true
    • blob

      boolean blob
      二进制
      返回:
      默认值:
      false
    • blobType

      BlobType blobType
      二进制类型
      返回:
      默认值:
      MIN
    • text

      boolean text
      长文本
      返回:
      默认值:
      false
    • textType

      TextType textType
      长文本类型
      返回:
      默认值:
      MIN
    • defaultValue

      String defaultValue
      默认值
      返回:
      默认值:
      ""
    • typeHandler

      Class<? extends TypeHandler<?>> typeHandler
      指定typeHandler
      返回:
      默认值:
      cn.sylinx.horm.type.handler.UnknownTypeHandler.class