public class BatchSaveFetchGeneratedKey extends DbPro
| Constructor and Description |
|---|
BatchSaveFetchGeneratedKey(String configName) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
batchSave(List<? extends Model> modelList,
int batchSize)
Batch save models using the "insert into ..." sql generated by the first
model in modelList.
|
int[] |
batchSave(String tableName,
List<? extends Row> recordList,
int batchSize)
Batch save records using the "insert into ..." sql generated by the first
record in recordList.
|
batch, batch, batch, batch, batch, batch, batch, batchDelete, batchSave, batchUpdate, batchUpdate, batchUpdate, count, countBySql, countTable, delete, delete, delete, delete, deleteById, deleteById, deleteByIds, deleteByIds, doPaginate, doPaginate, doPaginateByCache, doPaginateByCache, doPaginateByFullSql, doPaginateByFullSql, doPaginateByFullSql, doPaginateByFullSql, doPaginateByFullSqlWithJsonFields, doPaginateJsonFields, each, execute, execute, exists, exists, find, find, find, find, find, find, find, find, find, find, find, find, findAll, findAll, findByCache, findByCache, findByCache, findByCache, findByColumn, findByField, findByField, findById, findById, findById, findById, findByIds, findByIds, findColumns, findColumnsAll, findColumnsAll, findColumnsById, findColumnsById, findColumnsById, findColumnsById, findColumnsByIds, findColumnsByIds, findColumnsIn, findColumnsIn, findFirst, findFirst, findFirst, findFirst, findFirst, findFirst, findFirst, findFirstByCache, findFirstByCache, findFirstByCache, findFirstByCache, findFirstByCache, findFirstByCache, findFirstByCache, findFirstByCache, findFirstJsonField, findIn, findJsonField, findJsonField, findWithJsonField, findWithJsonFields, findWithPrimaryKey, getConfig, getSql, getSqlPara, getSqlPara, getSqlPara, getSqlPara, getSqlParaByString, getSqlParaByString, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginate, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCache, paginateByCacheByFullSql, paginateByCacheByFullSql, paginateByCacheByFullSql, paginateByCacheByFullSql, paginateByFullSql, paginateByFullSql, paginateByFullSql, paginateByFullSql, paginateJsonFields, paginateJsonFields, query, query, query, query, queryBigDecimal, queryBigDecimal, queryBigInteger, queryBigInteger, queryBoolean, queryBoolean, queryByte, queryByte, queryBytes, queryBytes, queryColumn, queryColumnByField, queryColumnById, queryDate, queryDate, queryDouble, queryDouble, queryFirst, queryFirst, queryFloat, queryFloat, queryInt, queryInt, queryListBytes, queryListBytes, queryLocalDateTime, queryLocalDateTime, queryLong, queryLong, queryNumber, queryNumber, queryPGobject, queryShort, queryShort, queryStr, queryStr, queryTime, queryTime, queryTimestamp, queryTimestamp, save, save, save, save, save, save, save, save, saveIfAbset, saveIfAbset, saveIfAbset, template, template, templateByString, templateByString, tx, tx, tx, txInNewThread, txInNewThread, update, update, update, update, update, update, update, update, updatepublic BatchSaveFetchGeneratedKey(String configName)
public int[] batchSave(List<? extends Model> modelList, int batchSize)
DbProCopyright © 2025. All rights reserved.