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

Packages that use OnDelete
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

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

Methods in org.apache.olingo.odata2.api.edm.provider that return OnDelete
 OnDelete AssociationEnd.getOnDelete()
           
 OnDelete OnDelete.setAction(EdmAction action)
          Sets the EdmAction for this OnDelete
 OnDelete OnDelete.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this OnDelete
 OnDelete OnDelete.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this OnDelete
 OnDelete OnDelete.setDocumentation(Documentation documentation)
          Sets the Documentation for this OnDelete
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type OnDelete
 AssociationEnd AssociationEnd.setOnDelete(OnDelete onDelete)
          Sets OnDelete for this AssociationEnd
 



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