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

Packages that use ReferentialConstraint
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 ReferentialConstraint in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return ReferentialConstraint
 ReferentialConstraint Association.getReferentialConstraint()
           
 ReferentialConstraint ReferentialConstraint.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this ReferentialConstraint
 ReferentialConstraint ReferentialConstraint.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this ReferentialConstraint
 ReferentialConstraint ReferentialConstraint.setDependent(ReferentialConstraintRole dependent)
          Sets the dependent ReferentialConstraintRole for this ReferentialConstraint
 ReferentialConstraint ReferentialConstraint.setDocumentation(Documentation documentation)
          Sets the Documentation of this ReferentialConstraint
 ReferentialConstraint ReferentialConstraint.setPrincipal(ReferentialConstraintRole principal)
          Sets the principal ReferentialConstraintRole for this ReferentialConstraint
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type ReferentialConstraint
 Association Association.setReferentialConstraint(ReferentialConstraint referentialConstraint)
          Sets the ReferentialConstraint for this Association
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return ReferentialConstraint
 ReferentialConstraint JPAEdmReferentialConstraintView.getEdmReferentialConstraint()
          The method returns EDM referential constraint created from Java persistence Entity Join Columns.
 



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