KAssociations
Functions
Link copied to clipboard
abstract fun batchDelete(idTuples: Collection<Tuple2<Any, Any>>, con: Connection? = null): Int
Content copied to clipboard
abstract fun batchDelete(sourceIds: Collection<Any>, targetIds: Collection<Any>, con: Connection? = null): Int
Content copied to clipboard
Link copied to clipboard
abstract fun batchSave(idTuples: Collection<Tuple2<Any, Any>>, checkExistence: Boolean? = null, con: Connection? = null): Int
Content copied to clipboard
abstract fun batchSave(sourceIds: Collection<Any>, targetIds: Collection<Any>, 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