Uses of Interface
org.eclipse.jpt.core.resource.orm.CascadeType

Packages that use CascadeType
org.eclipse.jpt.core.resource.orm   
 

Uses of CascadeType in org.eclipse.jpt.core.resource.orm
 

Classes in org.eclipse.jpt.core.resource.orm that implement CascadeType
 class CascadeTypeImpl
          A representation of the model object 'Cascade Type'.
 

Methods in org.eclipse.jpt.core.resource.orm that return CascadeType
 CascadeType XmlManyToManyImpl.getCascade()
          Returns the value of the 'Cascade' containment reference.
 CascadeType XmlManyToOneImpl.getCascade()
          Returns the value of the 'Cascade' containment reference.
 CascadeType XmlOneToManyImpl.getCascade()
          Returns the value of the 'Cascade' containment reference.
 CascadeType XmlOneToOneImpl.getCascade()
          Returns the value of the 'Cascade' containment reference.
 CascadeType XmlRelationshipMapping.getCascade()
          Returns the value of the 'Cascade' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type CascadeType
 org.eclipse.emf.common.notify.NotificationChain XmlManyToManyImpl.basicSetCascade(CascadeType newCascade, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToOneImpl.basicSetCascade(CascadeType newCascade, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToManyImpl.basicSetCascade(CascadeType newCascade, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToOneImpl.basicSetCascade(CascadeType newCascade, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlManyToManyImpl.setCascade(CascadeType newCascade)
          Sets the value of the 'Cascade' containment reference.
 void XmlManyToOneImpl.setCascade(CascadeType newCascade)
          Sets the value of the 'Cascade' containment reference.
 void XmlOneToManyImpl.setCascade(CascadeType newCascade)
          Sets the value of the 'Cascade' containment reference.
 void XmlOneToOneImpl.setCascade(CascadeType newCascade)
          Sets the value of the 'Cascade' containment reference.
 void XmlRelationshipMapping.setCascade(CascadeType value)
          Sets the value of the 'Cascade' containment reference.