Uses of Class
tech.ydb.yoj.repository.ydb.statement.FindStatement
Packages that use FindStatement
-
Uses of FindStatement in tech.ydb.yoj.repository.ydb.statement
Methods in tech.ydb.yoj.repository.ydb.statement that return FindStatementModifier and TypeMethodDescriptionstatic <E extends tech.ydb.yoj.repository.db.Entity<E>,R>
FindStatement<E,R> FindStatement.from(@NonNull tech.ydb.yoj.repository.db.TableDescriptor<E> tableDescriptor, @NonNull tech.ydb.yoj.repository.db.EntitySchema<E> schema, @NonNull Schema<R> outSchema, @NonNull Collection<? extends YqlStatementPart<?>> parts, boolean distinct)