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 
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
org.apache.olingo.odata2.ref.edm   
 

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
 

Uses of EntitySet in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return EntitySet
 EntitySet JPAEdmEntitySetView.getEdmEntitySet()
          The method returns an EDM entity set that is currently being processed.
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type EntitySet
 List<EntitySet> JPAEdmEntitySetView.getConsistentEdmEntitySetList()
          The method returns a list of consistent EDM entity sets.
 

Uses of EntitySet in org.apache.olingo.odata2.ref.edm
 

Methods in org.apache.olingo.odata2.ref.edm that return EntitySet
 EntitySet ScenarioEdmProvider.getEntitySet(String entityContainer, String name)
           
 



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