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.fromOrmResourceModel(AccessType ormAccessType)
           
 AccessType AccessHolder.getAccess()
          Return the access type, whether specified or defaulted.
 AccessType MappingFilePersistenceUnitDefaults.getAccess()
           
 AccessType MappingFileRoot.getAccess()
          Return the specified access if present, otherwise return the default access.
 AccessType AccessHolder.getDefaultAccess()
          Return the default access type, never null
 AccessType PersistentType.Owner.getDefaultPersistentTypeAccess()
          Return the client persistent type's default access type; null if there is no such access default.
 AccessType PersistentType.Owner.getOverridePersistentTypeAccess()
          Return the access type that overrides the client persistent type's access type; null if there is no such access override
 AccessType PersistentType.getOwnerDefaultAccess()
          Return the client persistent type's default access type; null if there is no such access default.
 AccessType PersistentType.getOwnerOverrideAccess()
          Return the access type that overrides the client persistent type's access type; null if there is no such access override.
 AccessType AccessHolder.getSpecifiedAccess()
          Return the specified access type;
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
 void AccessHolder.setSpecifiedAccess(AccessType newSpecifiedAccess)
          Set the specified access type.
static AccessType AccessType.toJavaResourceModel(AccessType accessType)
           
static AccessType AccessType.toOrmResourceModel(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 EntityMappings.getDefaultAccess()
           
 AccessType EntityMappings.getSpecifiedAccess()
           
 

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

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

Methods in org.eclipse.jpt.core.context.persistence that return AccessType
 AccessType PersistenceUnit.getDefaultAccess()
          Return the default access type from the first persistence unit defaults found in the persistence unit's list of mapping files.