Class OptMapperTable

java.lang.Object
cn.sinozg.applet.opt.module.OptMapperTable
All Implemented Interfaces:
Serializable

public class OptMapperTable extends Object implements Serializable
表信息对象 缓存
Since:
2024-02-27 17:48:46
Author:
xieyubin
See Also:
  • Field Details

    • type

      private Class<?> type
      实体
    • entityName

      private String entityName
      实体名称
    • tableName

      private String tableName
      表名称
    • tableDesc

      private String tableDesc
      表描述
    • idColumnName

      private String idColumnName
      主键列名称
    • idPropertyName

      private String idPropertyName
      主键属性名称
    • propertyMap

      private Map<String,OptMapperColumn> propertyMap
      所有需要记录的值 属性
    • record

      private boolean record
      是否有字段需要记录 默认记录
    • logTable

      private boolean logTable
      日志表 非业务
  • Constructor Details

    • OptMapperTable

      public OptMapperTable()