org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmAssociation
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmAssociation
- All Implemented Interfaces:
- JPAEdmAssociationView, JPAEdmBaseView
public class JPAEdmAssociation
- extends JPAEdmBaseViewImpl
- implements JPAEdmAssociationView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmAssociation
public JPAEdmAssociation(JPAEdmAssociationEndView associationEndview,
JPAEdmEntityTypeView entityTypeView,
JPAEdmPropertyView propertyView,
int value)
JPAEdmAssociation
public JPAEdmAssociation(JPAEdmSchemaView view)
getBuilder
public JPAEdmBuilder getBuilder()
- Specified by:
getBuilder in interface JPAEdmBaseView
getEdmAssociation
public Association getEdmAssociation()
- Specified by:
getEdmAssociation in interface JPAEdmAssociationView
getConsistentEdmAssociationList
public List<Association> getConsistentEdmAssociationList()
- Specified by:
getConsistentEdmAssociationList in interface JPAEdmAssociationView
searchAssociation
public Association searchAssociation(JPAEdmAssociationEndView view)
- Specified by:
searchAssociation in interface JPAEdmAssociationView
addJPAEdmAssociationView
public void addJPAEdmAssociationView(JPAEdmAssociationView associationView,
JPAEdmAssociationEndView associationEndView)
- Specified by:
addJPAEdmAssociationView in interface JPAEdmAssociationView
addJPAEdmRefConstraintView
public void addJPAEdmRefConstraintView(JPAEdmReferentialConstraintView refView)
- Specified by:
addJPAEdmRefConstraintView in interface JPAEdmAssociationView
getJPAEdmReferentialConstraintView
public JPAEdmReferentialConstraintView getJPAEdmReferentialConstraintView()
- Specified by:
getJPAEdmReferentialConstraintView in interface JPAEdmAssociationView
getNumberOfAssociationsWithSimilarEndPoints
public int getNumberOfAssociationsWithSimilarEndPoints(JPAEdmAssociationEndView view)
- Specified by:
getNumberOfAssociationsWithSimilarEndPoints in interface JPAEdmAssociationView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.