程序包 cn.zhxu.bs

接口 DbMapping.DbTypeMapper

所有已知实现类:
DefaultDbTypeMapper
封闭接口:
DbMapping

public static interface DbMapping.DbTypeMapper
数据库字段类型识别器
从以下版本开始:
v3.8.0
  • 方法概要

    修饰符和类型
    方法
    说明
    map(Class<?> fieldType)
     
  • 方法详细资料

    • map

      DbType map(Class<?> fieldType)
      参数:
      fieldType - 实体类字段类型
      返回:
      对应的数据库字段类型(非空)