Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityContainer

Packages that use EntityContainer
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
 EntityContainer EntityContainer.setAssociationSets(List<AssociationSet> associationSets)
          Sets the association sets of this EntityContainer
 EntityContainer EntityContainer.setDefaultEntityContainer(boolean isDefaultEntityContainer)
          Sets if this is the default EntityContainer
 EntityContainer EntityContainer.setDocumentation(Documentation documentation)
          Sets the Documentation
 EntityContainer EntityContainer.setEntitySets(List<EntitySet> entitySets)
          Sets the entity sets of this EntityContainer
 EntityContainer EntityContainer.setExtendz(String extendz)
          Sets the entity container which is the parent of this EntityContainer
 EntityContainer EntityContainer.setFunctionImports(List<FunctionImport> functionImports)
          Sets the function imports of this EntityContainer
 EntityContainer EntityContainer.setName(String name)
          Sets the name of this EntityContainer
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityContainer
 List<EntityContainer> Schema.getEntityContainers()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityContainer
 Schema Schema.setEntityContainers(List<EntityContainer> entityContainers)
          Sets the EntityContainers for this Schema
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.