Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmNavigationPropertyView
-
Packages that use JPAEdmNavigationPropertyView Package Description org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model -
-
Uses of JPAEdmNavigationPropertyView in org.apache.olingo.odata2.jpa.processor.api.model
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return JPAEdmNavigationPropertyView Modifier and Type Method Description JPAEdmNavigationPropertyViewJPAEdmPropertyView. getJPAEdmNavigationPropertyView()The method returns a JPA EDM navigation property view.Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type JPAEdmNavigationPropertyView Modifier and Type Method Description voidJPAEdmNavigationPropertyView. addJPAEdmNavigationPropertyView(JPAEdmNavigationPropertyView view)The method adds a navigation property view to its container.
-