Modes to control the use of batch requests for a group ID.
Node | Description |
---|---|
sap.ui.model.odata.v4.SubmitMode.API |
Requests associated with the group ID are sent in a batch request via sap.ui.model.odata.v4.ODataModel#submitBatch. |
sap.ui.model.odata.v4.SubmitMode.Auto |
Requests associated with the group ID are sent in a batch request which is triggered automatically before rendering. |
sap.ui.model.odata.v4.SubmitMode.Direct |
Requests associated with the group ID are sent directly without batch. |