readRecord

protected Optional<EntityRecord> readRecord(I id)

Reads a record from the storage by the passed ID.

Return

a record instance or null if there is no record with this ID

Parameters

id

the ID of the record to load