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

Packages that use EntitySet
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of EntitySet in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EntitySet
 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)
          Sets the FullQualifiedName of the EntityType of this EntitySet
 EntitySet EntitySet.setMapping(Mapping mapping)
          Sets the Mapping
 EntitySet EntitySet.setName(String name)
          Sets the name of this EntitySet
 

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

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntitySet
 EntityContainer EntityContainer.setEntitySets(List<EntitySet> entitySets)
          Sets the entity sets of this EntityContainer
 



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