joinList

fun <Z, T, R> From<Z, T>.joinList(prop: KProperty1<T, List<R>?>, type: JoinType = JoinType.INNER): ListJoin<T, R>