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 MappingFilePersistenceUnitDefaults.getAccess()
           
 AccessType MappingFileRoot.getAccess()
          Return the specified access if present, otherwise return the default access.
 AccessType PersistentType.getAccess()
           
 AccessType PersistentTypeContext.getDefaultPersistentTypeAccess()
          Return the default access type to be applied to the owned persistent type, null if no default applies
 AccessType PersistentTypeContext.getOverridePersistentTypeAccess()
          Return the access type that overrides any access specified locally for the owned persistent type, null if there is no such access override
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 specified access if present, otherwise return the default access.
 AccessType OrmPersistenceUnitDefaults.getAccess()
           
 AccessType OrmTypeMapping.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 OrmPersistenceUnitDefaults.setAccess(AccessType value)
           
 void EntityMappings.setSpecifiedAccess(AccessType access)
           
 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()