Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityContainerInfo
Packages that use EntityContainerInfo
Package
Description
Entity Data Model Provider API
-
Uses of EntityContainerInfo in org.apache.olingo.odata2.api.edm.provider
Subclasses of EntityContainerInfo in org.apache.olingo.odata2.api.edm.providerModifier and TypeClassDescriptionclassObjects of this class represent an entity container including its child elementsMethods in org.apache.olingo.odata2.api.edm.provider that return EntityContainerInfoModifier and TypeMethodDescriptionEdmProvider.getEntityContainerInfo(String name) This method should return anEntityContainerInfoor null if nothing is foundEntityContainerInfo.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisEntityContainerEntityContainerInfo.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisEntityContainerEntityContainerInfo.setDefaultEntityContainer(boolean isDefaultEntityContainer) Sets if this is the defaultEntityContainerInfoEntityContainerInfo.setExtendz(String extendz) Sets the entity container which is the parent of thisEntityContainerInfoSets the name of thisEntityContainerInfo -
Uses of EntityContainerInfo in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return EntityContainerInfoConstructors in org.apache.olingo.odata2.core.edm.provider with parameters of type EntityContainerInfoModifierConstructorDescriptionEdmEntityContainerImplProv(EdmImplProv edm, EntityContainerInfo entityContainerInfo) EdmEntitySetInfoImplProv(EntitySet entitySet, EntityContainerInfo entityContainerInfo)