fetch

abstract fun fetch(fetcher: Fetcher<T>?): Selection<T?>
abstract fun <V : EmbeddableDto<T>> fetch(valueType: KClass<V>): Selection<V?>