batch Save
abstract fun batchSave(sourceIds: Collection<Any>, targetIds: Collection<Any>, checkExistence: Boolean = false, con: Connection? = null): Int
Content copied to clipboard
abstract fun batchSave(idTuples: Collection<Tuple2<Any, Any>>, checkExistence: Boolean = false, con: Connection? = null): Int
Content copied to clipboard