Uses of Class
cn.toint.jdy4j.core.model.JdyDeleteBatchRequest
Packages that use JdyDeleteBatchRequest
Package
Description
-
Uses of JdyDeleteBatchRequest in cn.toint.jdy4j.core.model
Methods in cn.toint.jdy4j.core.model that return JdyDeleteBatchRequestModifier and TypeMethodDescriptionstatic JdyDeleteBatchRequeststatic JdyDeleteBatchRequestJdyDeleteBatchRequest.of(String appId, String entryId, Collection<String> dataIds) -
Uses of JdyDeleteBatchRequest in cn.toint.jdy4j.core.service
Methods in cn.toint.jdy4j.core.service with parameters of type JdyDeleteBatchRequestModifier and TypeMethodDescriptionintJdyDataService.deleteBatch(JdyDeleteBatchRequest deleteBatchRequest) 删除多条数据 -
Uses of JdyDeleteBatchRequest in cn.toint.jdy4j.core.service.impl
Methods in cn.toint.jdy4j.core.service.impl with parameters of type JdyDeleteBatchRequestModifier and TypeMethodDescriptionintJdyDataServiceImpl.deleteBatch(JdyDeleteBatchRequest deleteBatchRequest)