KAssociations
Functions
Link copied to clipboard
abstract fun batchDelete(idTuples: Collection<Tuple2<*, *>>, con: Connection? = null): Int
Content copied to clipboard
abstract fun batchDelete(sourceIds: Collection<*>, targetIds: Collection<*>, con: Connection? = null): Int
Content copied to clipboard
Link copied to clipboard
abstract fun batchSave(idTuples: Collection<Tuple2<*, *>>, checkExistence: Boolean? = null, con: Connection? = null): Int
Content copied to clipboard
abstract fun batchSave(sourceIds: Collection<*>, targetIds: Collection<*>, checkExistence: Boolean? = null, con: Connection? = null): Int
Content copied to clipboard
Link copied to clipboard
@NewChain
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard