KListLoader

interface KListLoader<S : Any, T : Any>

Functions

Link copied to clipboard
abstract fun batchLoad(sources: Collection<S>, con: Connection? = null): Map<S, List<T>>
Link copied to clipboard
@NewChain
abstract fun forConnection(con: Connection): KListLoader<S, T>
Link copied to clipboard
@NewChain
abstract fun forFilter(filter: KFieldFilterDsl<T>.() -> Unit): KListLoader<S, T>
Link copied to clipboard
abstract fun load(source: S, con: Connection? = null): List<T>