All Classes and Interfaces

Class
Description
 
BulkMapperImpl<E extends tech.ydb.yoj.repository.db.Entity<E>>
 
 
 
 
 
CountAllStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>
 
DeleteAllStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>
 
DeleteByIdStatement<IN,T extends tech.ydb.yoj.repository.db.Entity<T>>
 
EntityIdKeyMapper<E extends tech.ydb.yoj.repository.db.Entity<E>,ID extends tech.ydb.yoj.repository.db.Entity.Id<E>,RESULT>
 
FindAllYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>
 
FindInStatement<IN,T extends tech.ydb.yoj.repository.db.Entity<T>,RESULT>
Creates statement for SELECT ... WHERE PK IN (PK1, PK2, ...).
FindRangeStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,ID extends tech.ydb.yoj.repository.db.Entity.Id<ENTITY>,RESULT>
 
FindStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>
 
FindYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>
 
 
 
InsertYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>
 
MultipleVarsYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>
 
MultipleVarsYqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>
 
PredicateStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>
 
 
 
 
 
 
 
 
 
 
Represents a statement that can be executed in a YdbRepositoryTransaction.
 
UpdateByIdStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,ID extends tech.ydb.yoj.repository.db.Entity.Id<ENTITY>>
 
UpdateInStatement<T extends tech.ydb.yoj.repository.db.Entity<T>,RESULT>
Creates statement for UPDATE table SET values=values WHERE PK IN (PK1, PK2, ...).
UpdateInStatement.UpdateInStatementInput<T extends tech.ydb.yoj.repository.db.Entity<T>>
 
 
UpdateModel.ById<ID extends tech.ydb.yoj.repository.db.Entity.Id<?>>
 
 
 
UpsertYqlStatement<IN,T extends tech.ydb.yoj.repository.db.Entity<T>>
 
 
 
 
 
 
 
 
Deprecated.
Legacy implementation of Spliterator for ReadTable.
 
 
 
 
 
 
 
 
 
 
 
 
 
YdbSpliterator used to read data from YDB streams.
 
YdbTable<T extends tech.ydb.yoj.repository.db.Entity<T>>
 
 
 
 
 
 
 
 
 
 
 
Represents a LIMIT ... [OFFSET ...] clause in a YQL statement.
 
 
 
Sort key: entity field plus sort order (either ascending or descending).
 
Represents a predicate: a boolean expression that can appear in the WHERE YQL clause.
 
 
 
 
YqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT>
 
 
 
 
Represents a view [index_name] clause in a YQL statement, i.e.