Uses of Class
cn.net.pap.common.jsonorm.dto.DelDetailTableValueDTO
Packages that use DelDetailTableValueDTO
-
Uses of DelDetailTableValueDTO in cn.net.pap.common.jsonorm.util
Methods in cn.net.pap.common.jsonorm.util that return DelDetailTableValueDTOModifier and TypeMethodDescriptionstatic DelDetailTableValueDTO<String>
JsonORMUtil.refreshTableFieldValueDTOListUpdate2Del
(List<TableFieldValueDTO> tableFieldValueDTOList) 如果是一对多关系的更新操作,那么多方的数据部分需要进行删除,这里将多方数据删除后新增,这里维护对应需要删除的数据。Methods in cn.net.pap.common.jsonorm.util that return types with arguments of type DelDetailTableValueDTOModifier and TypeMethodDescriptionstatic List<DelDetailTableValueDTO<String>>
JsonORMUtil.refreshTableFieldValueDTOListDelete
(List<TableFieldValueDTO> tableFieldValueDTOList)