Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
-
Packages that use JPAEdmAssociationEndView Package Description org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model -
-
Uses of JPAEdmAssociationEndView in org.apache.olingo.odata2.jpa.processor.api.model
Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type JPAEdmAssociationEndView Modifier and Type Method Description voidJPAEdmAssociationView. addJPAEdmAssociationView(JPAEdmAssociationView associationView, JPAEdmAssociationEndView associationEndView)The method addsJPAEdmAssociationViewto its containerintJPAEdmAssociationView. getNumberOfAssociationsWithSimilarEndPoints(JPAEdmAssociationEndView view)The method searches for the number of associations with similar endpoints in its container against the search parameter view of typeJPAEdmAssociationView.AssociationJPAEdmAssociationView. searchAssociation(JPAEdmAssociationEndView view)The method searches for an Association in its container against the search parameter view of typeJPAEdmAssociationView.
-