Uses of Class
org.apache.olingo.odata2.api.edm.provider.AssociationSet
-
Packages that use AssociationSet Package Description org.apache.olingo.odata2.api.edm.provider 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 types with arguments of type AssociationSet Modifier and Type Method Description List<AssociationSet>EntityContainer. getAssociationSets()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AssociationSet Modifier and Type Method Description EntityContainerEntityContainer. setAssociationSets(List<AssociationSet> associationSets)Sets the association sets of thisEntityContainer
-