Uses of Class
tech.ydb.yoj.repository.ydb.yql.YqlOrderBy
Packages that use YqlOrderBy
-
Uses of YqlOrderBy in tech.ydb.yoj.repository.ydb.statement
Fields in tech.ydb.yoj.repository.ydb.statement declared as YqlOrderByModifier and TypeFieldDescriptionprotected static final YqlOrderByYqlStatement.ORDER_BY_ID_ASCENDING -
Uses of YqlOrderBy in tech.ydb.yoj.repository.ydb.yql
Methods in tech.ydb.yoj.repository.ydb.yql that return YqlOrderByModifier and TypeMethodDescriptionYqlOrderBy.Builder.build()static YqlOrderByOrders entities by the specified fields in ascending order.static YqlOrderByYqlOrderBy.orderBy(String fieldPath, YqlOrderBy.SortOrder order) Orders entities by the specified field in the specified order.static YqlOrderByYqlOrderBy.orderBy(Collection<YqlOrderBy.SortKey> keys) Orders entities by the specifiedkeys.static YqlOrderByYqlOrderBy.orderBy(YqlOrderBy.SortKey key, YqlOrderBy.SortKey... otherKeys) Orders entities by the specifiedkeys.static <T extends tech.ydb.yoj.repository.db.Entity<T>>
YqlOrderByYqlListingQuery.toYqlOrderBy(@NonNull tech.ydb.yoj.databind.expression.OrderExpression<T> orderBy) Methods in tech.ydb.yoj.repository.ydb.yql that return types with arguments of type YqlOrderByModifier and TypeMethodDescriptionList<? extends YqlOrderBy>YqlOrderBy.combine(@NonNull List<? extends YqlOrderBy> other) Method parameters in tech.ydb.yoj.repository.ydb.yql with type arguments of type YqlOrderByModifier and TypeMethodDescriptionList<? extends YqlOrderBy>YqlOrderBy.combine(@NonNull List<? extends YqlOrderBy> other)