| Package | Description |
|---|---|
| org.apache.olingo.server.api.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
EntitySet |
EdmProvider.getEntitySet(FullQualifiedName entityContainer,
String entitySetName)
This method should return an
EntitySet or null if nothing is found |
EntitySet |
EntitySet.setIncludeInServiceDocument(boolean includeInServiceDocument) |
EntitySet |
EntitySet.setName(String name) |
EntitySet |
EntitySet.setNavigationPropertyBindings(List<NavigationPropertyBinding> navigationPropertyBindings) |
EntitySet |
EntitySet.setType(FullQualifiedName entityType) |
| Modifier and Type | Method and Description |
|---|---|
List<EntitySet> |
EntityContainer.getEntitySets() |
| Modifier and Type | Method and Description |
|---|---|
EntityContainer |
EntityContainer.setEntitySets(List<EntitySet> entitySets) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.