Class Hierarchy
- java.lang.Object
- tech.ydb.yoj.repository.ydb.bulk.BulkMapperImpl<E> (implements tech.ydb.yoj.repository.ydb.bulk.BulkMapper<E>)
- tech.ydb.yoj.repository.ydb.merge.ByEntityYqlQueriesMerger (implements tech.ydb.yoj.repository.ydb.merge.YqlQueriesMerger)
- tech.ydb.yoj.repository.ydb.client.interceptors.CommonFullScanCallback
- tech.ydb.yoj.repository.ydb.statement.Count
- tech.ydb.yoj.repository.ydb.readtable.EntityIdKeyMapper<E,ID,RESULT> (implements tech.ydb.yoj.repository.ydb.readtable.ReadTableMapper<ID,RESULT>)
- tech.ydb.yoj.repository.ydb.client.interceptors.FullScanDetector (implements tech.ydb.yoj.repository.ydb.client.QueryInterceptor)
- tech.ydb.yoj.repository.ydb.client.interceptors.FullScanDetector.FullScanDetectorBuilder
- tech.ydb.yoj.repository.ydb.merge.QueriesMerger
- tech.ydb.yoj.repository.ydb.client.QueryInterceptingSession (implements tech.ydb.table.Session)
- tech.ydb.yoj.repository.ydb.client.ResultSetConverter
- tech.ydb.yoj.repository.ydb.statement.ResultSetReader<RESULT>
- java.lang.Throwable (implements java.io.Serializable)
- tech.ydb.yoj.repository.ydb.statement.UpdateInStatement.UpdateInStatementInput<T>
- tech.ydb.yoj.repository.ydb.statement.UpdateModel
- tech.ydb.yoj.repository.ydb.YdbConfig
- tech.ydb.yoj.repository.ydb.YdbConfig.BalancingConfig
- tech.ydb.yoj.repository.ydb.client.YdbConverter
- tech.ydb.yoj.repository.ydb.compatibility.YdbDataCompatibilityChecker
- tech.ydb.yoj.repository.ydb.compatibility.YdbDataCompatibilityChecker.Config
- tech.ydb.yoj.repository.ydb.YdbLegacySpliterator<V> (implements java.util.Spliterator<T>)
- tech.ydb.yoj.repository.ydb.YdbOperations
- tech.ydb.yoj.repository.ydb.client.YdbPaths
- tech.ydb.yoj.repository.ydb.YdbRepository (implements tech.ydb.yoj.repository.db.Repository)
- tech.ydb.yoj.repository.ydb.YdbRepository.Query<PARAMS>
- tech.ydb.yoj.repository.ydb.YdbRepositoryTransaction<REPO> (implements tech.ydb.yoj.repository.BaseDb, tech.ydb.yoj.repository.db.RepositoryTransaction, tech.ydb.yoj.repository.db.cache.TransactionLocal.Holder, tech.ydb.yoj.repository.ydb.table.YdbTable.QueryExecutor)
- tech.ydb.yoj.repository.ydb.compatibility.YdbSchemaCompatibilityChecker
- tech.ydb.yoj.repository.ydb.compatibility.YdbSchemaCompatibilityChecker.Config
- tech.ydb.yoj.repository.ydb.client.YdbSchemaOperations
- tech.ydb.yoj.repository.ydb.client.YdbSchemaOperations.Column
- tech.ydb.yoj.repository.ydb.client.YdbSchemaOperations.Index
- tech.ydb.yoj.repository.ydb.client.YdbSchemaOperations.Table
- tech.ydb.yoj.repository.ydb.client.YdbSchemaOperations.TtlModifier
- tech.ydb.yoj.repository.ydb.client.YdbSessionManager (implements tech.ydb.yoj.repository.ydb.client.SessionManager)
- tech.ydb.yoj.repository.ydb.YdbSpliterator<V> (implements java.util.Spliterator<T>)
- tech.ydb.yoj.repository.ydb.table.YdbTable<T> (implements tech.ydb.yoj.repository.db.Table<T>)
- tech.ydb.yoj.repository.ydb.table.YdbTable.CheckingQueryExecutor (implements tech.ydb.yoj.repository.ydb.table.YdbTable.QueryExecutor)
- tech.ydb.yoj.repository.ydb.client.YdbTableHint
- tech.ydb.yoj.repository.ydb.client.YdbValidator
- tech.ydb.yoj.repository.ydb.yql.YqlCompositeType
- tech.ydb.yoj.repository.ydb.yql.YqlCompositeType.YqlDict (implements tech.ydb.yoj.repository.ydb.yql.YqlType)
- tech.ydb.yoj.repository.ydb.yql.YqlCompositeType.YqlList (implements tech.ydb.yoj.repository.ydb.yql.YqlType)
- tech.ydb.yoj.repository.ydb.yql.YqlCompositeType.YqlTuple (implements tech.ydb.yoj.repository.ydb.yql.YqlType)
- tech.ydb.yoj.repository.ydb.yql.YqlCompositeType.YqlVoid (implements tech.ydb.yoj.repository.ydb.yql.YqlType)
- tech.ydb.yoj.repository.ydb.yql.YqlLimit (implements tech.ydb.yoj.repository.ydb.yql.YqlStatementPart<P>)
- tech.ydb.yoj.repository.ydb.yql.YqlListingQuery
- tech.ydb.yoj.repository.ydb.yql.YqlOrderBy (implements tech.ydb.yoj.repository.ydb.yql.YqlStatementPart<P>)
- tech.ydb.yoj.repository.ydb.yql.YqlOrderBy.Builder
- tech.ydb.yoj.repository.ydb.yql.YqlOrderBy.SortKey
- tech.ydb.yoj.repository.ydb.yql.YqlPredicate (implements tech.ydb.yoj.repository.ydb.yql.YqlStatementPart<P>)
- tech.ydb.yoj.repository.ydb.yql.YqlPredicate.FieldPredicateBuilder
- tech.ydb.yoj.repository.ydb.yql.YqlPredicateParam<T>
- tech.ydb.yoj.repository.ydb.yql.YqlPrimitiveType (implements tech.ydb.yoj.repository.ydb.yql.YqlType)
- tech.ydb.yoj.repository.ydb.statement.YqlStatement<PARAMS,ENTITY,RESULT> (implements tech.ydb.yoj.repository.ydb.statement.Statement<PARAMS,RESULT>)
- tech.ydb.yoj.repository.ydb.statement.DeleteAllStatement<PARAMS,ENTITY>
- tech.ydb.yoj.repository.ydb.statement.FindAllYqlStatement<PARAMS,ENTITY,RESULT>
- tech.ydb.yoj.repository.ydb.statement.FindRangeStatement<ENTITY,ID,RESULT>
- tech.ydb.yoj.repository.ydb.statement.FindYqlStatement<PARAMS,ENTITY,RESULT>
- tech.ydb.yoj.repository.ydb.statement.MultipleVarsYqlStatement<PARAMS,ENTITY,RESULT>
- tech.ydb.yoj.repository.ydb.statement.PredicateStatement<PARAMS,ENTITY,RESULT>
- tech.ydb.yoj.repository.ydb.statement.UpdateByIdStatement<ENTITY,ID>
- tech.ydb.yoj.repository.ydb.statement.UpdateInStatement<T,RESULT>
- tech.ydb.yoj.repository.ydb.statement.YqlStatementParam
- tech.ydb.yoj.repository.ydb.yql.YqlView (implements tech.ydb.yoj.repository.ydb.yql.YqlStatementPart<P>)