Uses of Class
cn.toint.jdy4j.core.model.JdyInsertBatchRequest
Packages that use JdyInsertBatchRequest
Package
Description
-
Uses of JdyInsertBatchRequest in cn.toint.jdy4j.core.model
Methods in cn.toint.jdy4j.core.model that return JdyInsertBatchRequestModifier and TypeMethodDescriptionstatic JdyInsertBatchRequeststatic JdyInsertBatchRequestJdyInsertBatchRequest.of(String appId, String entryId, com.fasterxml.jackson.databind.JsonNode datas) JdyInsertBatchRequest.transactionId(String transactionId) -
Uses of JdyInsertBatchRequest in cn.toint.jdy4j.core.service
Methods in cn.toint.jdy4j.core.service with parameters of type JdyInsertBatchRequestModifier and TypeMethodDescriptionJdyDataService.insertBatch(JdyInsertBatchRequest insertBatchRequest) 新建多条数据 注:使用 API 添加数据时,会触发的事件有新数据提交提醒、聚合表计算invalid input: '&校验'、数据操作日志、数据量统计。 -
Uses of JdyInsertBatchRequest in cn.toint.jdy4j.core.service.impl
Methods in cn.toint.jdy4j.core.service.impl with parameters of type JdyInsertBatchRequestModifier and TypeMethodDescriptionJdyDataServiceImpl.insertBatch(JdyInsertBatchRequest insertBatchRequest)