joinSet

fun <Z, T, R> From<Z, T>.joinSet(prop: KProperty1<T, Set<R>?>, type: JoinType = JoinType.INNER): SetJoin<T, R>