Uses of Class
org.apache.olingo.odata2.api.edm.provider.ReferentialConstraintRole

Packages that use ReferentialConstraintRole
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
 

Uses of ReferentialConstraintRole in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return ReferentialConstraintRole
 ReferentialConstraintRole ReferentialConstraint.getDependent()
           
 ReferentialConstraintRole ReferentialConstraint.getPrincipal()
           
 ReferentialConstraintRole ReferentialConstraintRole.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this ReferentialConstraintRole
 ReferentialConstraintRole ReferentialConstraintRole.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this ReferentialConstraintRole
 ReferentialConstraintRole ReferentialConstraintRole.setPropertyRefs(List<PropertyRef> propertyRef)
          Sets the PropertyRefs of this ReferentialConstraintRole
 ReferentialConstraintRole ReferentialConstraintRole.setRole(String role)
          Sets the role of this ReferentialConstraintRole
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type ReferentialConstraintRole
 ReferentialConstraint ReferentialConstraint.setDependent(ReferentialConstraintRole dependent)
          Sets the dependent ReferentialConstraintRole for this ReferentialConstraint
 ReferentialConstraint ReferentialConstraint.setPrincipal(ReferentialConstraintRole principal)
          Sets the principal ReferentialConstraintRole for this ReferentialConstraint
 

Uses of ReferentialConstraintRole in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return ReferentialConstraintRole
 ReferentialConstraintRole JPAEdmReferentialConstraintRoleView.getEdmReferentialConstraintRole()
          The method returns the Referential constraint role that is currently being processed.
 



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