Class BGSqlInsertBatchData
java.lang.Object
ru.bitel.bgbilling.common.bean.sql.BGSqlInsertBatchData
- All Implemented Interfaces:
IBGSqlTableName
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBatchFields(List<String> fieldNames, List<Object[]> fieldValues) List<?> setGenKeys(List<?> entity, BiConsumer<Object, Long> genKeySetter) setTableName(String tableName)
-
Constructor Details
-
BGSqlInsertBatchData
public BGSqlInsertBatchData()
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfaceIBGSqlTableName
-
getCommonFields
-
getBatchFieldNames
-
getBatchFieldValues
-
getGenKeys
-
getGenKeySetter
-
setTableName
- Specified by:
setTableNamein interfaceIBGSqlTableName
-
addField
-
addBatchFields
-
setGenKeys
-