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 = false, con: Connection? = null): Int
Content copied to clipboard
abstract fun batchSave(sourceIds: Collection<Any>, targetIds: Collection<Any>, checkExistence: Boolean = false, con: Connection? = null): Int
Content copied to clipboard
Link copied to clipboard
abstract fun delete(sourceId: Any, targetId: Any, con: Connection? = null): Int
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun save(sourceId: Any, targetId: Any, checkExistence: Boolean = false, con: Connection? = null): Int
Content copied to clipboard