Package | Description |
---|---|
org.wso2.carbon.dataservices.core.odata |
Modifier and Type | Method and Description |
---|---|
Map<String,NavigationTable> |
MongoDataHandler.getNavigationProperties() |
Map<String,NavigationTable> |
CassandraDataHandler.getNavigationProperties() |
Map<String,NavigationTable> |
ODataDataHandler.getNavigationProperties()
This method returns the navigation property map, which contains the Navigation table which contains the all the navigation paths from the table,
|
Map<String,NavigationTable> |
RDBMSDataHandler.getNavigationProperties() |
Constructor and Description |
---|
EDMProvider(List<String> tableList,
String containerName,
String namespace,
Map<String,List<org.apache.olingo.commons.api.edm.provider.CsdlProperty>> propertiesMap,
Map<String,List<org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef>> pkeys,
List<String> entitySet,
Map<String,NavigationTable> navigationProperties) |
Copyright © 2019 WSO2. All rights reserved.