Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
Packages that use CsdlOnDelete
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlOnDelete in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlOnDeleteModifier and TypeMethodDescriptionCsdlNavigationProperty.getOnDelete()
Gets on delete.CsdlOnDelete.setAction
(CsdlOnDeleteAction action) Sets action.CsdlOnDelete.setAnnotations
(List<CsdlAnnotation> annotations) Sets annotations.Methods in org.apache.olingo.commons.api.edm.provider with parameters of type CsdlOnDeleteModifier and TypeMethodDescriptionCsdlNavigationProperty.setOnDelete
(CsdlOnDelete onDelete) Sets on delete.