Data Model
The CData JDBC Driver for SAP Cloud for Customer models SAP Cloud for Customer entities in relational Tables, Views, and Stored Procedures. The table definitions are dynamically obtained from the OData service you connect to. Any changes in the metadata, such as added or removed columns or changes in data type, can be loaded by reconnecting.
Tables
The driver models the writable entity sets described in the service metadata document as bidirectional Tables.
Views
Read-only entity sets are modeled as Views. Additionally, some SAP Cloud for Customer entities can only be accessed through Navigation Properties. The driver models navigation properties as separate Views.