Uses of Class
cn.sinozg.applet.opt.module.OptLogTableInfo
Packages that use OptLogTableInfo
Package
Description
-
Uses of OptLogTableInfo in cn.sinozg.applet.biz.opt.service.impl
Methods in cn.sinozg.applet.biz.opt.service.impl with parameters of type OptLogTableInfoModifier and TypeMethodDescriptionprivate OptLogTableOptLogServiceImpl.initTableInfo(String logId, OptLogTableInfo t) 初始化表实体信息 -
Uses of OptLogTableInfo in cn.sinozg.applet.opt.cache
Method parameters in cn.sinozg.applet.opt.cache with type arguments of type OptLogTableInfoModifier and TypeMethodDescriptionstatic voidOptLogThreadCache.adds(List<OptLogTableInfo> tableInfo) 添加修改记录项 -
Uses of OptLogTableInfo in cn.sinozg.applet.opt.module
Fields in cn.sinozg.applet.opt.module with type parameters of type OptLogTableInfoModifier and TypeFieldDescriptionprivate Function<OptLogTableInfo,OptLogTable> AnalysisMiddleware.fun函数 构造 OptLogTableprivate List<OptLogTableInfo>OptLogCycleInfo.items修改记录,当前mapper方法信息 对应的一条一条的记录 一对多 一对一等等private Map<Class<?>,List<OptLogTableInfo>> AnalysisMiddleware.map按照类型分类的所有修改数据Methods in cn.sinozg.applet.opt.module with parameters of type OptLogTableInfoConstructor parameters in cn.sinozg.applet.opt.module with type arguments of type OptLogTableInfo -
Uses of OptLogTableInfo in cn.sinozg.applet.opt.util
Methods in cn.sinozg.applet.opt.util that return OptLogTableInfoModifier and TypeMethodDescriptionprivate static OptLogTableInfoOptUtil.compareTable(Map<String, Object> newValues, Map<String, Object> oldValues, Map<String, OptMapperColumn> propMap, OptLogTableDetail tableDetail, ModeEnum modeEnum) 对比表一条记录的数据差异Methods in cn.sinozg.applet.opt.util that return types with arguments of type OptLogTableInfoModifier and TypeMethodDescriptionstatic List<OptLogTableInfo>OptUtil.compare(List<Map<String, Object>> newValues, Map<String, Map<String, Object>> oldValues, Map<String, OptMapperColumn> propMap, OptLogTableDetail tableDetail, ModeEnum modeEnum) 对比一次sql 执行后的数据差异Methods in cn.sinozg.applet.opt.util with parameters of type OptLogTableInfoModifier and TypeMethodDescriptionprivate static voidOptUtil.setTableDiffByMode(Map<ModeEnum, OptLogDiffTableChange> map, OptLogTableInfo t, AnalysisMiddleware mom) 根据类型 设置表的修改信息Method parameters in cn.sinozg.applet.opt.util with type arguments of type OptLogTableInfoModifier and TypeMethodDescriptionprivate static OptLogDiffTableOptUtil.getOneTableDiff(List<OptLogTableInfo> tables, AnalysisMiddleware mom) 设置一个类型的表的数据private static OptLogDiffTableOptUtil.initDiffTable(List<OptLogTableInfo> list) 初始化设置表的diff信息