Uses of Class
cn.net.pap.common.jsonorm.dto.TableFieldValueDTO
Packages that use TableFieldValueDTO
-
Uses of TableFieldValueDTO in cn.net.pap.common.jsonorm.serializer
Methods in cn.net.pap.common.jsonorm.serializer with parameters of type TableFieldValueDTOModifier and TypeMethodDescriptionvoidTableFieldValueDTOSerializer.serialize(TableFieldValueDTO value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of TableFieldValueDTO in cn.net.pap.common.jsonorm.util
Methods in cn.net.pap.common.jsonorm.util that return TableFieldValueDTOModifier and TypeMethodDescriptionstatic TableFieldValueDTOJsonORMUtil.geneTableFieldValueDTO(String tableName, MappingTableDTO mappingTableDTO, Map<String, Object> values) 根据 业务 - 表结构 映射关系,维护对应的操作数据Methods in cn.net.pap.common.jsonorm.util that return types with arguments of type TableFieldValueDTOModifier and TypeMethodDescriptionstatic List<TableFieldValueDTO>JsonORMUtil.geneTableFieldValueDTOList(MappingORMDTO mappingORMDTO, com.fasterxml.jackson.databind.JsonNode jsonNode) 将 业务数据-jsonNode 按照 业务-表结构映射规则-mappingORMDTO 进行封装处理,转换为结构化操作数据static List<TableFieldValueDTO>JsonORMUtil.refreshTableFieldValueDTOListInsert(List<TableFieldValueDTO> tableFieldValueDTOList) 刷新生成的 TableFieldValueDTO 对象,根据主键和外键标识,将主键和外键的关联关系添加进来。static List<TableFieldValueDTO>JsonORMUtil.refreshTableFieldValueDTOListInsert(List<TableFieldValueDTO> tableFieldValueDTOList, Boolean usingInputPK) 刷新生成的 TableFieldValueDTO 对象,根据主键和外键标识,将主键和外键的关联关系添加进来。Method parameters in cn.net.pap.common.jsonorm.util with type arguments of type TableFieldValueDTOModifier and TypeMethodDescriptionstatic List<DelDetailTableValueDTO<String>>JsonORMUtil.refreshTableFieldValueDTOListDelete(List<TableFieldValueDTO> tableFieldValueDTOList) static List<TableFieldValueDTO>JsonORMUtil.refreshTableFieldValueDTOListInsert(List<TableFieldValueDTO> tableFieldValueDTOList) 刷新生成的 TableFieldValueDTO 对象,根据主键和外键标识,将主键和外键的关联关系添加进来。static List<TableFieldValueDTO>JsonORMUtil.refreshTableFieldValueDTOListInsert(List<TableFieldValueDTO> tableFieldValueDTOList, Boolean usingInputPK) 刷新生成的 TableFieldValueDTO 对象,根据主键和外键标识,将主键和外键的关联关系添加进来。static DelDetailTableValueDTO<String>JsonORMUtil.refreshTableFieldValueDTOListUpdate2Del(List<TableFieldValueDTO> tableFieldValueDTOList) 如果是一对多关系的更新操作,那么多方的数据部分需要进行删除,这里将多方数据删除后新增,这里维护对应需要删除的数据。