selectByKeys

fun selectByKeys(keys: Collection<String>, orderBy: List<OrderBy<T>> = emptyList(), expiresAfter: Instant? = null): Flow<List<T>>(source)

Select by keys with optional ordering

Key selection will always be more performant than using where clause. Keys are indexed.