Use

You should use a standard singleton read operation when you want to read all of the attributes of a specific database record. Standard singleton read operations use the primary key of an entity to locate the target record. You cannot create standard singleton read operations for entities that do not have primary keys. Since the primary key of an entity is unique, a standard singleton read always returns a single database record.