public class BatchEngine extends Object
| 构造器和说明 |
|---|
BatchEngine(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
EntityProcessor processor) |
public BatchEngine(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
EntityProcessor processor)
public Result batchInsert(List<?> objects, Integer batchSize) throws DatabaseException
objects - 对象列表batchSize - 批量大小DatabaseException - 数操操作异常public Result batchUpdate(List<?> objects, String[] fields, Integer batchSize) throws DatabaseException
objects - 实体类列表fields - 更新字段batchSize - 批量规模DatabaseException - 数据操作异常Copyright © 2019. All rights reserved.