save All
abstract fun saveAll(sourceIds: Collection<*>, targetIds: Collection<*>, checkExistence: Boolean? = null, con: Connection? = null): Int
Content copied to clipboard
abstract fun saveAll(idTuples: Collection<Tuple2<*, *>>, checkExistence: Boolean? = null, con: Connection? = null): Int
Content copied to clipboard