注释类型 ColumnType

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String column  
      boolean isBlob
      是否为 BLOB 字段
      org.apache.ibatis.type.JdbcType jdbcType  
      Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler  
    • 元素详细资料

      • column

        String column
        默认值:
        ""
      • isBlob

        boolean isBlob
        是否为 BLOB 字段
        返回:
        默认值:
        false
      • jdbcType

        org.apache.ibatis.type.JdbcType jdbcType
        默认值:
        org.apache.ibatis.type.JdbcType.UNDEFINED
      • typeHandler

        Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandler
        默认值:
        org.apache.ibatis.type.UnknownTypeHandler.class