batchSave

abstract fun batchSave(sourceIds: Collection<*>, targetIds: Collection<*>, checkExistence: Boolean? = null, con: Connection? = null): Int
abstract fun batchSave(idTuples: Collection<Tuple2<*, *>>, checkExistence: Boolean? = null, con: Connection? = null): Int