KAssociations

interface KAssociations

Functions

Link copied to clipboard
abstract fun batchDelete(idTuples: Collection<Tuple2<Any, Any>>, con: Connection? = null): Int
abstract fun batchDelete(sourceIds: Collection<Any>, targetIds: Collection<Any>, con: Connection? = null): Int
Link copied to clipboard
abstract fun batchSave(idTuples: Collection<Tuple2<Any, Any>>, checkExistence: Boolean? = null, con: Connection? = null): Int
abstract fun batchSave(sourceIds: Collection<Any>, targetIds: Collection<Any>, checkExistence: Boolean? = null, con: Connection? = null): Int
Link copied to clipboard
@NewChain
abstract fun checkExistence(checkExistence: Boolean = true): KAssociations
Link copied to clipboard
abstract fun delete(sourceId: Any, targetId: Any, con: Connection? = null): Int
Link copied to clipboard
@NewChain
abstract fun forConnection(con: Connection): KAssociations
Link copied to clipboard
@NewChain
abstract fun reverse(): KAssociations
Link copied to clipboard
abstract fun save(sourceId: Any, targetId: Any, checkExistence: Boolean? = null, con: Connection? = null): Int