Uses of Annotation Type
org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
Packages that use NavigationProperty
-
Uses of NavigationProperty in org.apache.olingo.ext.proxy.commons
Fields in org.apache.olingo.ext.proxy.commons with type parameters of type NavigationPropertyModifier and TypeFieldDescriptionprotected final Map<NavigationProperty,
Object> AbstractStructuredInvocationHandler.linkCache
protected final Map<NavigationProperty,
Object> AbstractStructuredInvocationHandler.linkChanges
Methods in org.apache.olingo.ext.proxy.commons that return types with arguments of type NavigationPropertyMethods in org.apache.olingo.ext.proxy.commons with parameters of type NavigationPropertyModifier and TypeMethodDescriptionprotected void
AbstractStructuredInvocationHandler.addLinkChanges
(NavigationProperty navProp, Object value) protected void
EntityInvocationHandler.cacheLink
(NavigationProperty navProp, Object value) protected abstract Object
AbstractStructuredInvocationHandler.getNavigationPropertyValue
(NavigationProperty property, Method getter) protected Object
ComplexInvocationHandler.getNavigationPropertyValue
(NavigationProperty property, Method getter) protected Object
EntityInvocationHandler.getNavigationPropertyValue
(NavigationProperty property, Method getter) protected Object
AbstractStructuredInvocationHandler.retrieveNavigationProperty
(NavigationProperty property, Method getter) -
Uses of NavigationProperty in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils with parameters of type NavigationPropertyModifier and TypeMethodDescriptionstatic URI
CoreUtils.getTargetEntitySetURI
(EdmEnabledODataClient client, NavigationProperty property)