Uses of Class
org.apache.olingo.odata2.api.edm.provider.AssociationSet
Packages that use AssociationSet
Package
Description
Entity Data Model Provider API
-
Uses of AssociationSet in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return AssociationSetModifier and TypeMethodDescriptionEdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole) This method should return anAssociationSetor null if nothing is foundAssociationSet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationSetAssociationSet.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationSetAssociationSet.setAssociation(FullQualifiedName association) Sets theFullQualifiedNameassociation for thisAssociationSetAssociationSet.setDocumentation(Documentation documentation) Sets theDocumentationfor thisAssociationSetAssociationSet.setEnd1(AssociationSetEnd end1) Sets the firstAssociationSetEndfor thisAssociationSetAssociationSet.setEnd2(AssociationSetEnd end2) Sets the secondAssociationSetEndfor thisAssociationSetSets the name for thisAssociationSetMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AssociationSetMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AssociationSetModifier and TypeMethodDescriptionEntityContainer.setAssociationSets(List<AssociationSet> associationSets) Sets the association sets of thisEntityContainer -
Uses of AssociationSet in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return AssociationSetModifier and TypeMethodDescriptionEdmxProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole) Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type AssociationSetModifierConstructorDescriptionEdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer)