Dali Provisional API
Release 3.2

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(Object javaAnnotationValue)
           
 ExistenceType ExistenceCheckingAnnotation.getValue()
          Corresponds to the 'value' element of the ExistenceChecking annotation.
static ExistenceType ExistenceType.valueOf(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 ExistenceCheckingAnnotation.setValue(ExistenceType value)
          Corresponds to the 'value' element of the ExistenceChecking annotation.
static String ExistenceType.toJavaAnnotationValue(ExistenceType existenceType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.