public interface BatchMapper
Modifier and Type | Method and Description |
---|---|
void |
insertBatch(Map<String,Object> jmap)
배치를 추가한다.
|
Integer |
selectBatchCnt(Map<String,Object> jmap)
DB에 배치가 존재 하는지 체크한다.
|
net.ibizsoftware.jwork.batch.AbstractBatch |
selectBatchData(String batchId)
DB에 배치 정보를 조회한다.
|
void |
updateBatch(Map<String,Object> jmap)
배치를 수정한다.
|
Copyright © 2025. All rights reserved.