Uses of Interface
org.apache.olingo.odata2.api.edm.EdmAssociationSet
-
Packages that use EdmAssociationSet Package Description org.apache.olingo.odata2.api.edm Entity Data Model API -
-
Uses of EdmAssociationSet in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmAssociationSet Modifier and Type Method Description EdmAssociationSetEdmEntityContainer. getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty)Get contained AssociationSet by providing the source entity set and the navigation propertyMethods in org.apache.olingo.odata2.api.edm that return types with arguments of type EdmAssociationSet Modifier and Type Method Description List<EdmAssociationSet>EdmEntityContainer. getAssociationSets()ATTENTION: This method does not support LAZY LOADING.
-