org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmReferentialConstraint
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmReferentialConstraint
- All Implemented Interfaces:
- JPAEdmBaseView, JPAEdmReferentialConstraintView
public class JPAEdmReferentialConstraint
- extends JPAEdmBaseViewImpl
- implements JPAEdmReferentialConstraintView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmReferentialConstraint
public JPAEdmReferentialConstraint(JPAEdmAssociationView associationView,
JPAEdmEntityTypeView entityTypeView,
JPAEdmPropertyView propertyView)
getBuilder
public JPAEdmBuilder getBuilder()
- Specified by:
getBuilder in interface JPAEdmBaseView
getEdmReferentialConstraint
public ReferentialConstraint getEdmReferentialConstraint()
- Specified by:
getEdmReferentialConstraint in interface JPAEdmReferentialConstraintView
isExists
public boolean isExists()
- Specified by:
isExists in interface JPAEdmReferentialConstraintView
getEdmRelationShipName
public String getEdmRelationShipName()
- Specified by:
getEdmRelationShipName in interface JPAEdmReferentialConstraintView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.