batchInsert

open fun <T, C : Collection<T>?> batchInsert(consumer: Consumer<C>, collection: C)

批量插入

Parameters

consumer

批量插入方法

collection

批量插入的对象

<T>

数据类

<C>

Collection