selectKeyed

fun selectKeyed(entityName: String, where: Where<*>? = null, orderBy: List<OrderBy<*>> = emptyList(), expiresAt: ERROR CLASS: Symbol not found for Instant?? = null): (beginInclusive: String, endExclusive: String?) -> ERROR CLASS: Symbol not found for Query<com/mercury/sqkon/db/Entity>(source)

Returns a factory that produces keyed range queries for keyset paging. Selects entities within a key range using ROW_NUMBER() for consistent ordering.