load

open override fun load(id: String): T?

Retrieves an entity from storage by its identifier.

Return

The entity if found, or null if no entity with that id exists.

Parameters

id

The unique identifier of the entity to load.