|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigationProperty | |
---|---|
org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
org.apache.olingo.odata2.jpa.processor.api.model | OData JPA Processor API Library - JPA EDM Model |
Uses of NavigationProperty in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type NavigationProperty | |
---|---|
List<NavigationProperty> |
EntityType.getNavigationProperties()
|
Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type NavigationProperty | |
---|---|
EntityType |
EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties)
Sets the NavigationProperty s for this EntityType |
Uses of NavigationProperty in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return NavigationProperty | |
---|---|
NavigationProperty |
JPAEdmNavigationPropertyView.getEdmNavigationProperty()
The method returns the navigation property that is currently being processed. |
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type NavigationProperty | |
---|---|
List<NavigationProperty> |
JPAEdmNavigationPropertyView.getConsistentEdmNavigationProperties()
The method returns a consistent list of EDM navigation property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |