org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmReferentialConstraint

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
      extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmReferentialConstraint
All Implemented Interfaces:
JPAEdmBaseView, JPAEdmReferentialConstraintView

public class JPAEdmReferentialConstraint
extends JPAEdmBaseViewImpl
implements JPAEdmReferentialConstraintView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmReferentialConstraint(JPAEdmAssociationView associationView, JPAEdmEntityTypeView entityTypeView, JPAEdmPropertyView propertyView)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 ReferentialConstraint getEdmReferentialConstraint()
           
 String getEdmRelationShipName()
           
 boolean isExists()
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Constructor Detail

JPAEdmReferentialConstraint

public JPAEdmReferentialConstraint(JPAEdmAssociationView associationView,
                                   JPAEdmEntityTypeView entityTypeView,
                                   JPAEdmPropertyView propertyView)
Method Detail

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.