Uses of Class
tech.ydb.yoj.repository.ydb.yql.YqlOrderBy.SortKey
Packages that use YqlOrderBy.SortKey
-
Uses of YqlOrderBy.SortKey in tech.ydb.yoj.repository.ydb.yql
Methods in tech.ydb.yoj.repository.ydb.yql with parameters of type YqlOrderBy.SortKeyModifier and TypeMethodDescriptionYqlOrderBy.Builder.by(YqlOrderBy.SortKey key, YqlOrderBy.SortKey... otherKeys) static YqlOrderByYqlOrderBy.orderBy(YqlOrderBy.SortKey key, YqlOrderBy.SortKey... otherKeys) Orders entities by the specifiedkeys.Method parameters in tech.ydb.yoj.repository.ydb.yql with type arguments of type YqlOrderBy.SortKeyModifier and TypeMethodDescriptionYqlOrderBy.Builder.by(Collection<YqlOrderBy.SortKey> keys) static YqlOrderByYqlOrderBy.orderBy(Collection<YqlOrderBy.SortKey> keys) Orders entities by the specifiedkeys.