| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| org.apache.olingo.odata2.core.edm.provider |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
EntitySet |
EdmxProvider.getEntitySet(String entityContainer,
String name) |
| Constructor and Description |
|---|
EdmEntitySetImplProv(EdmImplProv edm,
EntitySet entitySet,
EdmEntityContainer edmEntityContainer) |
EdmEntitySetInfoImplProv(EntitySet entitySet,
EntityContainerInfo entityContainerInfo) |
Copyright © 2020. All rights reserved.