Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView

Packages that use JPAEdmAssociationEndView
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
 void JPAEdmAssociationView.addJPAEdmAssociationView(JPAEdmAssociationView associationView, JPAEdmAssociationEndView associationEndView)
          The method adds JPAEdmAssociationView to its container
 int JPAEdmAssociationView.getNumberOfAssociationsWithSimilarEndPoints(JPAEdmAssociationEndView view)
          The method searches for the number of associations with similar endpoints in its container against the search parameter view of type JPAEdmAssociationView .
 Association JPAEdmAssociationView.searchAssociation(JPAEdmAssociationEndView view)
          The method searches for an Association in its container against the search parameter view of type JPAEdmAssociationView .
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.