Uses of Class
org.apache.olingo.odata2.api.edm.provider.Association
Packages that use Association
Package
Description
Entity Data Model Provider API
-
Uses of Association in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return AssociationModifier and TypeMethodDescriptionEdmProvider.getAssociation(FullQualifiedName edmFQName) This method should return anAssociationor null if nothing is foundAssociation.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationAssociation.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationAssociation.setDocumentation(Documentation documentation) Sets theDocumentationfor thisAssociationAssociation.setEnd1(AssociationEnd end1) Sets the firstAssociationEndfor thisAssociationAssociation.setEnd2(AssociationEnd end2) Sets the secondAssociationEndfor thisAssociationSets the name for thisAssociationAssociation.setReferentialConstraint(ReferentialConstraint referentialConstraint) Sets theReferentialConstraintfor thisAssociationMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AssociationMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AssociationModifier and TypeMethodDescriptionSchema.setAssociations(List<Association> associations) Sets theAssociations for thisSchema -
Uses of Association in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return AssociationConstructors in org.apache.olingo.odata2.core.edm.provider with parameters of type AssociationModifierConstructorDescriptionEdmAssociationImplProv(EdmImplProv edm, Association association, String namespace)