Uses of Class
org.eclipse.jpt.eclipselink.core.context.ExistenceType

Packages that use ExistenceType
org.eclipse.jpt.eclipselink.core.context   
 

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

Fields in org.eclipse.jpt.eclipselink.core.context declared as ExistenceType
static ExistenceType Caching.DEFAULT_EXISTENCE_TYPE
           
 

Methods in org.eclipse.jpt.eclipselink.core.context that return ExistenceType
static ExistenceType ExistenceType.fromJavaResourceModel(ExistenceType javaExistenceType)
           
static ExistenceType ExistenceType.fromOrmResourceModel(ExistenceType ormExistenceType)
           
 ExistenceType Caching.getDefaultExistenceType()
           
 ExistenceType Caching.getExistenceType()
          This is the combination of defaultExistenceType and specifiedExistenceType.
 ExistenceType Caching.getSpecifiedExistenceType()
           
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're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type ExistenceType
 void Caching.setSpecifiedExistenceType(ExistenceType newSpecifiedExistenceType)
           
static ExistenceType ExistenceType.toJavaResourceModel(ExistenceType existenceType)
           
static ExistenceType ExistenceType.toOrmResourceModel(ExistenceType existenceType)