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

Packages that use AssociationSet
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 AssociationSet in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return AssociationSet
 AssociationSet EdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole)
          This method should return an AssociationSet or null if nothing is found
 AssociationSet AssociationSet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this AssociationSet
 AssociationSet AssociationSet.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationSet
 AssociationSet AssociationSet.setAssociation(FullQualifiedName association)
          Sets the FullQualifiedName association for this AssociationSet
 AssociationSet AssociationSet.setDocumentation(Documentation documentation)
          Sets the Documentation for this AssociationSet
 AssociationSet AssociationSet.setEnd1(AssociationSetEnd end1)
          Sets the first AssociationSetEnd for this AssociationSet
 AssociationSet AssociationSet.setEnd2(AssociationSetEnd end2)
          Sets the second AssociationSetEnd for this AssociationSet
 AssociationSet AssociationSet.setName(String name)
          Sets the name for this AssociationSet
 

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

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AssociationSet
 EntityContainer EntityContainer.setAssociationSets(List<AssociationSet> associationSets)
          Sets the association sets of this EntityContainer
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return AssociationSet
 AssociationSet JPAEdmAssociationSetView.getEdmAssociationSet()
          The method returns an association set that is currently being processed.
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type AssociationSet
 List<AssociationSet> JPAEdmAssociationSetView.getConsistentEdmAssociationSetList()
          The method returns a consistent list of association sets.
 

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

Methods in org.apache.olingo.odata2.ref.edm that return AssociationSet
 AssociationSet ScenarioEdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole)
           
 



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