Uses of Class
cn.toint.jdy4j.core.model.JdyUpdateBatchRequest
Packages that use JdyUpdateBatchRequest
Package
Description
-
Uses of JdyUpdateBatchRequest in cn.toint.jdy4j.core.model
Methods in cn.toint.jdy4j.core.model that return JdyUpdateBatchRequestModifier and TypeMethodDescriptionstatic JdyUpdateBatchRequest批量将所有数据改为列表第一个数据static JdyUpdateBatchRequestJdyUpdateBatchRequest.of(Object data, Collection<String> dataIds) static JdyUpdateBatchRequestJdyUpdateBatchRequest.of(String appId, String entryId, com.fasterxml.jackson.databind.JsonNode data, Collection<String> dataIds) JdyUpdateBatchRequest.transactionId(String transactionId) -
Uses of JdyUpdateBatchRequest in cn.toint.jdy4j.core.service
Methods in cn.toint.jdy4j.core.service with parameters of type JdyUpdateBatchRequestModifier and TypeMethodDescriptionintJdyDataService.updateBatch(JdyUpdateBatchRequest updateBatchRequest, boolean ignoreNull) 修改多条数据 注: 1.修改多条数据接口暂不支持子表单。 -
Uses of JdyUpdateBatchRequest in cn.toint.jdy4j.core.service.impl
Methods in cn.toint.jdy4j.core.service.impl with parameters of type JdyUpdateBatchRequestModifier and TypeMethodDescriptionintJdyDataServiceImpl.updateBatch(JdyUpdateBatchRequest updateBatchRequest, boolean ignoreNull)