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

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

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

Fields in org.eclipse.jpt.eclipselink.core.context declared as EclipseLinkExistenceType
static EclipseLinkExistenceType EclipseLinkCaching.DEFAULT_EXISTENCE_TYPE
           
 

Methods in org.eclipse.jpt.eclipselink.core.context that return EclipseLinkExistenceType
static EclipseLinkExistenceType EclipseLinkExistenceType.fromJavaResourceModel(ExistenceType javaExistenceType)
           
static EclipseLinkExistenceType EclipseLinkExistenceType.fromOrmResourceModel(ExistenceType ormExistenceType)
           
 EclipseLinkExistenceType EclipseLinkCaching.getDefaultExistenceType()
           
 EclipseLinkExistenceType EclipseLinkCaching.getExistenceType()
          This is the combination of defaultExistenceType and specifiedExistenceType.
 EclipseLinkExistenceType EclipseLinkCaching.getSpecifiedExistenceType()
           
static EclipseLinkExistenceType EclipseLinkExistenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EclipseLinkExistenceType[] EclipseLinkExistenceType.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 EclipseLinkExistenceType
 void EclipseLinkCaching.setSpecifiedExistenceType(EclipseLinkExistenceType newSpecifiedExistenceType)
           
static ExistenceType EclipseLinkExistenceType.toJavaResourceModel(EclipseLinkExistenceType existenceType)
           
static ExistenceType EclipseLinkExistenceType.toOrmResourceModel(EclipseLinkExistenceType existenceType)