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

Packages that use DiscriminatorType
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.resource.java   
 

Uses of DiscriminatorType in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return DiscriminatorType
static DiscriminatorType DiscriminatorType.toJavaResourceModel(DiscriminatorType discriminatorType)
           
 

Methods in org.eclipse.jpt.core.context with parameters of type DiscriminatorType
static DiscriminatorType DiscriminatorType.fromJavaResourceModel(DiscriminatorType javaDiscriminatorType)
           
 

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

Methods in org.eclipse.jpt.core.resource.java that return DiscriminatorType
static DiscriminatorType DiscriminatorType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 DiscriminatorType DiscriminatorColumnAnnotation.getDiscriminatorType()
          Corresponds to the discriminatorType element of the javax.persistence.DiscriminatorColumn annotation.
static DiscriminatorType DiscriminatorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DiscriminatorType[] DiscriminatorType.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 DiscriminatorType
 void DiscriminatorColumnAnnotation.setDiscriminatorType(DiscriminatorType discriminatorType)
          Corresponds to the discriminatorType element of the javax.persistence.OrderBy annotation.
static java.lang.String DiscriminatorType.toJavaAnnotationValue(DiscriminatorType discriminatorType)