Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityContainer
-
Packages that use EntityContainer Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of EntityContainer in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EntityContainer Modifier and Type Method Description EntityContainerEntityContainer. setAssociationSets(List<AssociationSet> associationSets)Sets the association sets of thisEntityContainerEntityContainerEntityContainer. setDefaultEntityContainer(boolean isDefaultEntityContainer)Sets if this is the defaultEntityContainerEntityContainerEntityContainer. setDocumentation(Documentation documentation)Sets theDocumentationEntityContainerEntityContainer. setEntitySets(List<EntitySet> entitySets)Sets the entity sets of thisEntityContainerEntityContainerEntityContainer. setExtendz(String extendz)Sets the entity container which is the parent of thisEntityContainerEntityContainerEntityContainer. setFunctionImports(List<FunctionImport> functionImports)Sets the function imports of thisEntityContainerEntityContainerEntityContainer. setName(String name)Sets the name of thisEntityContainerMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityContainer Modifier and Type Method Description List<EntityContainer>Schema. getEntityContainers()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityContainer Modifier and Type Method Description SchemaSchema. setEntityContainers(List<EntityContainer> entityContainers)Sets theEntityContainers for thisSchema
-