Interface JPAEdmNavigationPropertyView
- All Superinterfaces:
JPAEdmBaseView
A view on Java persistence entity relationship and EDM navigation property.
Java persistence entity relationships annotated as
- Many To Many
- One To Many
- One To One
- Many To One
The implementation of the view provides access to EDM navigation properties for a given JPA EDM entity type. The view acts as a container for consistent list of EDM navigation properties of an EDM entity type. EDM navigation property is consistent only if there exists a consistent EDM association. @org.apache.olingo.odata2.DoNotImplement
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe method adds a navigation property view to its container.The method returns a consistent list of EDM navigation property.The method returns the navigation property that is currently being processed.Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getBuilder, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
-
Method Details