类 DefaultDbTypeMapper

java.lang.Object
cn.zhxu.bs.implement.DefaultDbTypeMapper
所有已实现的接口:
DbMapping.DbTypeMapper

public class DefaultDbTypeMapper extends Object implements DbMapping.DbTypeMapper
默认数据库字段类型识别器
从以下版本开始:
v3.8.0
  • 构造器详细资料

    • DefaultDbTypeMapper

      public DefaultDbTypeMapper()
  • 方法详细资料

    • map

      public DbType map(Class<?> fieldType)
      指定者:
      map 在接口中 DbMapping.DbTypeMapper
      参数:
      fieldType - 实体类字段类型
      返回:
      对应的数据库字段类型(非空)