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

Packages that use AssociationEnd
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 
 

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

Methods in org.apache.olingo.odata2.api.edm.provider that return AssociationEnd
 AssociationEnd Association.getEnd1()
           
 AssociationEnd Association.getEnd2()
           
 AssociationEnd AssociationEnd.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this AssociationEnd
 AssociationEnd AssociationEnd.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationEnd
 AssociationEnd AssociationEnd.setDocumentation(Documentation documentation)
          Sets the Documentation for this AssociationEnd
 AssociationEnd AssociationEnd.setMultiplicity(EdmMultiplicity multiplicity)
          Sets the EdmMultiplicity for this AssociationEnd
 AssociationEnd AssociationEnd.setOnDelete(OnDelete onDelete)
          Sets OnDelete for this AssociationEnd
 AssociationEnd AssociationEnd.setRole(String role)
          Sets the role for this AssociationEnd
 AssociationEnd AssociationEnd.setType(FullQualifiedName type)
          Sets the FullQualifiedName for this AssociationEnd
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type AssociationEnd
 Association Association.setEnd1(AssociationEnd end1)
          Sets the first AssociationEnd for this Association
 Association Association.setEnd2(AssociationEnd end2)
          Sets the second AssociationEnd for this Association
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return AssociationEnd
 AssociationEnd JPAEdmAssociationEndView.getEdmAssociationEnd1()
          The method gets the other association end present in the container.
 AssociationEnd JPAEdmAssociationEndView.getEdmAssociationEnd2()
          The method gets the one of the association ends present in the container.
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type AssociationEnd
 boolean JPAEdmAssociationEndView.compare(AssociationEnd end1, AssociationEnd end2)
          The method compares two ends {end1, end2} of an AssociationEnd against its two ends.
 



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