Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.PersistentType.Owner

Packages that use PersistentType.Owner
org.eclipse.jpt.jpa.core   
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.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

Uses of PersistentType.Owner in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type PersistentType.Owner
 JavaPersistentType JpaFactory.buildJavaPersistentType(PersistentType.Owner owner, JavaResourceType jrt)
           
 

Uses of PersistentType.Owner in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.jpa.core.context
 interface IdClassReference
          ID class reference 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 PersistentType.Owner in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.jpa.core.context.java
 interface JavaIdClassReference
          Java ID class reference 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 PersistentType.Owner in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of PersistentType.Owner 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 OrmIdClassReference
          orm.xml ID class reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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.
 

Uses of PersistentType.Owner in org.eclipse.jpt.jpa.core.context.persistence
 

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.jpa.core.context.persistence
 interface ClassRef
          Context model corresponding to the XML resource model XmlJavaClassRef, which corresponds to the class element in the persistence.xml file.
 

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

Subinterfaces of PersistentType.Owner 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
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.