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

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

Methods in org.apache.olingo.odata2.api.edm.provider that return Association
 Association EdmProvider.getAssociation(FullQualifiedName edmFQName)
          This method should return an Association or null if nothing is found
 Association Association.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this Association
 Association Association.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this Association
 Association Association.setDocumentation(Documentation documentation)
          Sets the Documentation for this Association
 Association Association.setEnd1(AssociationEnd end1)
          Sets the first AssociationEnd for this Association
 Association Association.setEnd2(AssociationEnd end2)
          Sets the second AssociationEnd for this Association
 Association Association.setName(String name)
          Sets the name for this Association
 Association Association.setReferentialConstraint(ReferentialConstraint referentialConstraint)
          Sets the ReferentialConstraint for this Association
 

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

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Association
 Schema Schema.setAssociations(List<Association> associations)
          Sets the Associations for this Schema
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return Association
 Association JPAEdmAssociationView.getEdmAssociation()
          The method returns an association which is currently being processed.
 Association JPAEdmAssociationSetView.getEdmAssociation()
          The method returns an association from which the association set is currently being processed.
 Association JPAEdmAssociationView.searchAssociation(JPAEdmAssociationEndView view)
          The method searches for an Association in its container against the search parameter view of type JPAEdmAssociationView .
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type Association
 List<Association> JPAEdmAssociationView.getConsistentEdmAssociationList()
          The method returns a consistent list of associations.
 

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

Methods in org.apache.olingo.odata2.ref.edm that return Association
 Association ScenarioEdmProvider.getAssociation(FullQualifiedName edmFQName)
           
 



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