| Package | Description |
|---|---|
| org.apache.olingo.server.api.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EdmProvider.getEntityType(FullQualifiedName entityTypeName)
This method should return an
EntityType or null if nothing is found |
EntityType |
EntityType.setAbstract(boolean isAbstract) |
EntityType |
EntityType.setBaseType(FullQualifiedName baseType) |
EntityType |
EntityType.setHasStream(boolean hasStream) |
EntityType |
EntityType.setKey(List<PropertyRef> key) |
EntityType |
EntityType.setName(String name) |
EntityType |
EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties) |
EntityType |
EntityType.setOpenType(boolean isOpenType) |
EntityType |
EntityType.setProperties(List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityType> |
Schema.getEntityTypes() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.setEntityTypes(List<EntityType> entityTypes) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.