Uses of Class
org.eclipse.jpt.core.context.AccessType

Packages that use AccessType
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
 

Uses of AccessType in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return AccessType
static AccessType AccessType.fromJavaResourceModel(AccessType javaAccessType)
           
static AccessType AccessType.fromXmlResourceModel(AccessType ormAccessType)
           
 AccessType PersistentType.getAccess()
           
static AccessType AccessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.core.context with parameters of type AccessType
static AccessType AccessType.toXmlResourceModel(AccessType accessType)
           
 

Uses of AccessType in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return AccessType
 AccessType EntityMappings.getAccess()
          Return the specifiedAccess if not null, otherwise return the defaultAccess.
 AccessType OrmTypeMapping.getAccess()
           
 AccessType PersistenceUnitDefaults.getAccess()
           
 AccessType EntityMappings.getDefaultAccess()
           
 AccessType OrmTypeMapping.getDefaultAccess()
           
 AccessType EntityMappings.getSpecifiedAccess()
           
 AccessType OrmTypeMapping.getSpecifiedAccess()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type AccessType
 void PersistenceUnitDefaults.setAccess(AccessType value)
           
 void EntityMappings.setSpecifiedAccess(AccessType newSpecifiedAccess)
           
 void OrmTypeMapping.setSpecifiedAccess(AccessType newSpecifiedAccess)
           
 

Uses of AccessType in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return AccessType
 AccessType PersistenceUnit.getDefaultAccess()