Uses of Class
org.eclipse.jpt.core.resource.java.CascadeType

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

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

Methods in org.eclipse.jpt.core.resource.java that return CascadeType
static CascadeType[] CascadeType.fromJavaAnnotationValue(java.lang.String[] javaAnnotationValues)
           
static CascadeType CascadeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CascadeType[] CascadeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type CascadeType
static java.lang.String[] CascadeType.toJavaAnnotationValue(CascadeType[] cascadeTypes)