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

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

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.toOrmResourceModel(EclipseLinkExistenceType existenceType)
           
 

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

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

Fields in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with type parameters of type ExistenceType
static java.util.List<ExistenceType> ExistenceType.VALUES
          A public read-only list of all the 'Existence Type' enumerators.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return ExistenceType
 ExistenceType EclipseLinkOrmFactory.createExistenceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static ExistenceType ExistenceType.get(int value)
          Returns the 'Existence Type' literal with the specified integer value.
static ExistenceType ExistenceType.get(java.lang.String literal)
          Returns the 'Existence Type' literal with the specified literal value.
static ExistenceType ExistenceType.getByName(java.lang.String name)
          Returns the 'Existence Type' literal with the specified name.
 ExistenceType XmlMappedSuperclass.getExistenceChecking()
          Returns the value of the 'Existence Checking' attribute.
 ExistenceType XmlEntity.getExistenceChecking()
          Returns the value of the 'Existence Checking' attribute.
 ExistenceType XmlCacheHolder.getExistenceChecking()
          Returns the value of the 'Existence Checking' attribute.
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.orm with parameters of type ExistenceType
 void XmlMappedSuperclass.setExistenceChecking(ExistenceType newExistenceChecking)
          Sets the value of the 'Existence Checking' attribute.
 void XmlEntity.setExistenceChecking(ExistenceType newExistenceChecking)
          Sets the value of the 'Existence Checking' attribute.
 void XmlCacheHolder.setExistenceChecking(ExistenceType value)
          Sets the value of the 'Existence Checking' attribute.