@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Create
The Create annotation attached to a public method specifies
that the method implements the Create 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 Create operation on your local HANA database.
CreateRequest
ExtensionHelper
CreateResponse
SCENARIO 2: You're executing the Create operation only on a remote data source.
CreateRequest
CreateResponse
| 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.