Package tech.ydb.yoj.repository.ydb.bulk
Class BulkMapperImpl<E extends tech.ydb.yoj.repository.db.Entity<E>>
java.lang.Object
tech.ydb.yoj.repository.ydb.bulk.BulkMapperImpl<E>
- All Implemented Interfaces:
BulkMapper<E>
public final class BulkMapperImpl<E extends tech.ydb.yoj.repository.db.Entity<E>>
extends Object
implements BulkMapper<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTableName(String tableSpace) protected tech.ydb.proto.ValueProtos.Type.BuildergetYqlType(YqlType yqlType, boolean optional) protected tech.ydb.proto.ValueProtos.Value.BuildergetYqlValue(YqlType type, Object value) protected tech.ydb.proto.ValueProtos.TypedValuetoTypedValue(Schema.JavaFieldValue value, boolean optional)
-
Constructor Details
-
BulkMapperImpl
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfaceBulkMapper<E extends tech.ydb.yoj.repository.db.Entity<E>>
-
map
- Specified by:
mapin interfaceBulkMapper<E extends tech.ydb.yoj.repository.db.Entity<E>>
-
toTypedValue
protected tech.ydb.proto.ValueProtos.TypedValue toTypedValue(Schema.JavaFieldValue value, boolean optional) -
getYqlType
-
getYqlValue
-