Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.AccessReference

Packages that use AccessReference
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

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

Subinterfaces of AccessReference in org.eclipse.jpt.jpa.core.context
 interface PersistentAttribute
          Context persistent attribute (field or property).
 interface PersistentType
          Context persistent type.
 interface SpecifiedAccessReference
          Common interface that can be used by clients interested only in a type or attribute's access setting (e.g. a UI composite).
 interface SpecifiedPersistentAttribute
          Specified persistent attribute (field or property).
 

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

Subinterfaces of AccessReference in org.eclipse.jpt.jpa.core.context.java
 interface JavaPersistentType
          Context Java persistent type.
 interface JavaSpecifiedPersistentAttribute
          Java specified persistent attribute (field or property).
 

Uses of AccessReference in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of AccessReference in org.eclipse.jpt.jpa.core.context.orm
 interface EntityMappings
          Context model corresponding to the XML resource model XmlEntityMappings, which corresponds to the entity-mappings element in the orm.xml file.
 interface OrmPersistenceUnitDefaults
          Context model corresponding to the XML resource model XmlPersistenceUnitDefaults, which corresponds to the persistence-unit-defaults element in the orm.xml file.
 interface OrmPersistentAttribute
          orm.xml persistent attribute (field or property).
 interface OrmPersistentType
          orm.xml persistent type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSpecifiedPersistentAttribute
          orm.xml specified persistent attribute (field or property).
 

Uses of AccessReference in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of AccessReference in org.eclipse.jpt.jpa.core.jpa2.context
 interface PersistentAttribute2_0
          JPA 2.0 context persistent attribute (field or property).
 interface PersistentType2_0
          JPA 2.0 context persistent type.
 interface SpecifiedPersistentAttribute2_0
          JPA 2.0 specified persistent attribute (field or property).S Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of AccessReference in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of AccessReference in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmPersistenceUnitDefaults2_0
          JPA 2.0 context model corresponding to the XML resource model XmlPersistenceUnitDefaults_2_0, which corresponds to the persistence-unit-defaults element in the orm.xml file.
 

Uses of AccessReference in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of AccessReference in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 interface EclipseLinkPersistenceUnitDefaults
          EclipseLink orm.xml file
persistence-unit-defaults element
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.