| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| Modifier and Type | Method and Description |
|---|---|
EntitySet |
EdmProvider.getEntitySet(String entityContainer,
String name)
This method should return an
EntitySet or null if nothing is found |
EntitySet |
EntitySet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of
AnnotationAttribute for this EntitySet |
EntitySet |
EntitySet.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this EntitySet |
EntitySet |
EntitySet.setDocumentation(Documentation documentation)
Sets the
Documentation |
EntitySet |
EntitySet.setEntityType(FullQualifiedName entityType)
|
EntitySet |
EntitySet.setMapping(Mapping mapping)
Sets the
Mapping |
EntitySet |
EntitySet.setName(String name)
Sets the name of this
EntitySet |
| Modifier and Type | Method and Description |
|---|---|
List<EntitySet> |
EntityContainer.getEntitySets() |
| Modifier and Type | Method and Description |
|---|---|
EntityContainer |
EntityContainer.setEntitySets(List<EntitySet> entitySets)
Sets the entity sets of this
EntityContainer |
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.