The primary interface for updating entities.
Enforcing entity updater. All updates through this updater are guaranteed to be successful and will throw otherwise.
Authorization-result-based entity updater. All updates through this updater are results, where an unsuccessful result means an authorization error or entity construction error occurred. Other errors are thrown.
The primary interface for updating entities.