Interface IntermediateNavigationPropertyAccess

All Superinterfaces:
IntermediateModelItemAccess, JPAElement

public interface IntermediateNavigationPropertyAccess extends IntermediateModelItemAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAnnotations​(List<org.apache.olingo.commons.api.edm.provider.CsdlAnnotation> annotations)
    Enables to add annotations to a property, e.g. because the type of annotation is not enabled via EdmAnnotation or should be during runtime
    void
    setOnDelete​(org.apache.olingo.commons.api.edm.provider.CsdlOnDelete onDelete)
     

    Methods inherited from interface com.sap.olingo.jpa.metadata.core.edm.mapper.extention.IntermediateModelItemAccess

    ignore, setExternalName, setIgnore

    Methods inherited from interface com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAElement

    getExternalFQN, getExternalName, getInternalName
  • Method Details

    • setOnDelete

      void setOnDelete(org.apache.olingo.commons.api.edm.provider.CsdlOnDelete onDelete)
    • addAnnotations

      void addAnnotations(List<org.apache.olingo.commons.api.edm.provider.CsdlAnnotation> annotations)
      Enables to add annotations to a property, e.g. because the type of annotation is not enabled via EdmAnnotation or should be during runtime
      Parameters:
      annotations -