writeRecord

protected void writeRecord(I id, EntityRecordWithColumns record)

Writes a record and the associated column values into the storage.

Rewrites it if a record with this ID already exists in the storage.

Parameters

id

an ID of the record

record

a record to store