Uses of Interface
tech.ydb.yoj.repository.ydb.bulk.BulkMapper
Packages that use BulkMapper
Package
Description
-
Uses of BulkMapper in tech.ydb.yoj.repository.ydb
Methods in tech.ydb.yoj.repository.ydb with parameters of type BulkMapperModifier and TypeMethodDescription<IN> voidYdbRepositoryTransaction.bulkUpsert(BulkMapper<IN> mapper, List<IN> input, tech.ydb.yoj.repository.db.bulk.BulkParams params) -
Uses of BulkMapper in tech.ydb.yoj.repository.ydb.bulk
Classes in tech.ydb.yoj.repository.ydb.bulk that implement BulkMapperModifier and TypeClassDescriptionfinal classBulkMapperImpl<E extends tech.ydb.yoj.repository.db.Entity<E>> -
Uses of BulkMapper in tech.ydb.yoj.repository.ydb.table
Methods in tech.ydb.yoj.repository.ydb.table with parameters of type BulkMapperModifier and TypeMethodDescription<IN> voidYdbTable.CheckingQueryExecutor.bulkUpsert(BulkMapper<IN> mapper, List<IN> input, tech.ydb.yoj.repository.db.bulk.BulkParams params) default <IN> voidYdbTable.QueryExecutor.bulkUpsert(BulkMapper<IN> mapper, List<IN> input, tech.ydb.yoj.repository.db.bulk.BulkParams params)