@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Update
The Update annotation attached to a public method specifies
that the method implements the Update operation of an entity in a service.
A method to which this annotation is attached supports two signatures depending on the following scenarios:
SCENARIO 1: You're executing the Update operation on your local HANA database.
UpdateRequest
ExtensionHelper
UpdateResponse
SCENARIO 2: You're executing the Update operation only on a remote data source.
UpdateRequest
UpdateResponse
| Modifier and Type | Required Element and Description |
|---|---|
String |
entity |
String |
serviceName |
Copyright © 2020 SAP. All Rights Reserved.