|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmNavigationPropertyView
A view on Java persistence entity relationship and EDM navigation property. Java persistence entity relationships annotated as
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.
JPAEdmAssociationView
Method Summary | |
---|---|
void |
addJPAEdmNavigationPropertyView(JPAEdmNavigationPropertyView view)
The method adds a navigation property view to its container. |
List<NavigationProperty> |
getConsistentEdmNavigationProperties()
The method returns a consistent list of EDM navigation property. |
NavigationProperty |
getEdmNavigationProperty()
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 Detail |
---|
void addJPAEdmNavigationPropertyView(JPAEdmNavigationPropertyView view)
view
- is an instance of type JPAEdmNavigationPropertyView
List<NavigationProperty> getConsistentEdmNavigationProperties()
NavigationProperty getEdmNavigationProperty()
NavigationProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |