Dali Provisional API
Release 3.2

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

Packages that use AccessType
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context   
 

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

Fields in org.eclipse.jpt.jpa.core declared as AccessType
static AccessType[] JpaPlatformVariation.GENERIC_SUPPORTED_ACCESS_TYPES
           
 

Methods in org.eclipse.jpt.jpa.core that return AccessType
 AccessType[] JpaPlatformVariation.getSupportedAccessTypes(JptResourceType resourceType)
           
 

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

Fields in org.eclipse.jpt.jpa.core.context declared as AccessType
static AccessType AccessType.FIELD
           
static AccessType AccessType.PROPERTY
           
 

Methods in org.eclipse.jpt.jpa.core.context that return AccessType
static AccessType AccessType.fromJavaResourceModel(AccessType javaAccessType, JpaPlatform jpaPlatform, JptResourceType resourceType)
           
static AccessType AccessType.fromOrmResourceModel(String ormAccessType, JpaPlatform jpaPlatform, JptResourceType resourceType)
           
 AccessType MappingFilePersistenceUnitDefaults.getAccess()
          Return the access type for all managed classes in the persistence unit, unless overridden by a local annotation or XML setting.
 AccessType MappingFile.Root.getAccess()
          Return the specified access if present, otherwise return the default access.
 AccessType AccessReference.getAccess()
          Return the access type, whether specified or defaulted.
 AccessType SpecifiedAccessReference.getDefaultAccess()
          Return the default access type
 AccessType PersistentType.Parent.getDefaultPersistentTypeAccess()
          Return the client persistent type's default access type; null if there is no such access default.
 AccessType PersistentType.Parent.getOverridePersistentTypeAccess()
          Return the access type that overrides the client persistent type's access type; null if there is no such access override.
 AccessType SpecifiedAccessReference.getSpecifiedAccess()
          Return the specified access type;
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type AccessType
 void SpecifiedAccessReference.setSpecifiedAccess(AccessType newSpecifiedAccess)
          Set the specified access type.
static AccessType AccessType.toJavaResourceModel(AccessType accessType)
           
static String AccessType.toOrmResourceModel(AccessType accessType)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return AccessType
 AccessType Accessor.getDefaultAccess()
           
 

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

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

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

Subclasses of AccessType in org.eclipse.jpt.jpa.eclipselink.core.context
 class EclipseLinkAccessType
          Context model corresponding to: the XML resource model EclipseLinkAccessType, which corresponds to the access element in the orm.xml file.
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.context declared as AccessType
static AccessType EclipseLinkAccessType.VIRTUAL
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.