queryById

abstract suspend fun queryById(id: Long): GenerationResultEntity(source)

Executes the queryById step in the SDAI storage layer.

Return

Result produced by queryById.

Author

Dmitriy Moroz

Parameters

id

identifier of the target entity.