Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.java.ExistenceType

Packages that use ExistenceType
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

Uses of ExistenceType in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return ExistenceType
static ExistenceType EclipseLinkExistenceType.toJavaResourceModel(EclipseLinkExistenceType existenceType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type ExistenceType
static EclipseLinkExistenceType EclipseLinkExistenceType.fromJavaResourceModel(ExistenceType javaExistenceType)
           
 

Uses of ExistenceType in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return ExistenceType
static ExistenceType ExistenceType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 ExistenceType EclipseLinkExistenceCheckingAnnotation.getValue()
          Corresponds to the 'value' element of the ExistenceChecking annotation.
static ExistenceType ExistenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExistenceType[] ExistenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java with parameters of type ExistenceType
 void EclipseLinkExistenceCheckingAnnotation.setValue(ExistenceType value)
          Corresponds to the 'value' element of the ExistenceChecking annotation.
static java.lang.String ExistenceType.toJavaAnnotationValue(ExistenceType existenceType)