- All Known Implementing Classes:
EntityIdKeyMapper
public interface ReadTableMapper<ID,RESULT>
-
Method Summary
List<com.yandex.ydb.ValueProtos.TypedValue>
mapResult(List<com.yandex.ydb.ValueProtos.Column> columnList,
com.yandex.ydb.ValueProtos.Value value)
-
Method Details
-
-
mapKey
List<com.yandex.ydb.ValueProtos.TypedValue> mapKey(ID id)
-
-
mapResult
RESULT mapResult(List<com.yandex.ydb.ValueProtos.Column> columnList,
com.yandex.ydb.ValueProtos.Value value)