| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| org.apache.olingo.odata2.core.edm.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityContainer
Objects of this class represent an entity container including its child elements
|
| Modifier and Type | Method and Description |
|---|---|
EntityContainerInfo |
EdmProvider.getEntityContainerInfo(String name)
This method should return an
EntityContainerInfo or null if nothing is found |
EntityContainerInfo |
EntityContainerInfo.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of
AnnotationAttribute for this EntityContainer |
EntityContainerInfo |
EntityContainerInfo.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this EntityContainer |
EntityContainerInfo |
EntityContainerInfo.setDefaultEntityContainer(boolean isDefaultEntityContainer)
Sets if this is the default
EntityContainerInfo |
EntityContainerInfo |
EntityContainerInfo.setExtendz(String extendz)
Sets the entity container which is the parent of this
EntityContainerInfo |
EntityContainerInfo |
EntityContainerInfo.setName(String name)
Sets the name of this
EntityContainerInfo |
| Modifier and Type | Method and Description |
|---|---|
EntityContainerInfo |
EdmxProvider.getEntityContainerInfo(String name) |
| Constructor and Description |
|---|
EdmEntityContainerImplProv(EdmImplProv edm,
EntityContainerInfo entityContainerInfo) |
EdmEntitySetInfoImplProv(EntitySet entitySet,
EntityContainerInfo entityContainerInfo) |
Copyright © 2020. All rights reserved.