@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Read
The Read annotation attached to a public method specifies
that the method implements the Read 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 Read operation on your local HANA database.
ReadRequest
ExtensionHelper
ReadResponse
SCENARIO 2: You're executing the Read operation only on a remote data source.
ReadRequest
ReadResponse
| Modifier and Type | Required Element and Description |
|---|---|
String |
entity |
String |
serviceName |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
sourceEntity |
Copyright © 2020 SAP. All Rights Reserved.