Uses of Class
org.apache.olingo.odata2.api.edm.provider.ReferentialConstraint
Packages that use ReferentialConstraint
Package
Description
Entity Data Model Provider API
-
Uses of ReferentialConstraint in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return ReferentialConstraintModifier and TypeMethodDescriptionAssociation.getReferentialConstraint()ReferentialConstraint.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisReferentialConstraintReferentialConstraint.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisReferentialConstraintReferentialConstraint.setDependent(ReferentialConstraintRole dependent) Sets the dependentReferentialConstraintRolefor thisReferentialConstraintReferentialConstraint.setDocumentation(Documentation documentation) Sets theDocumentationof thisReferentialConstraintReferentialConstraint.setPrincipal(ReferentialConstraintRole principal) Sets the principalReferentialConstraintRolefor thisReferentialConstraintMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type ReferentialConstraintModifier and TypeMethodDescriptionAssociation.setReferentialConstraint(ReferentialConstraint referentialConstraint) Sets theReferentialConstraintfor thisAssociation -
Uses of ReferentialConstraint in org.apache.olingo.odata2.core.edm.provider
Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type ReferentialConstraintModifierConstructorDescriptionEdmReferentialConstraintImplProv(ReferentialConstraint referentialConstraint)