Use

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

The standard modify pattern can also be used in conjunction with the Optimistic Locking pattern.