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

Packages that use PersistentType.Owner
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.eclipselink.core.context.orm   
 

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

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

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

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

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

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.core.context.orm
 interface EntityMappings
          Context orm.xml entity mappings.
 interface OrmIdClassReference
          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
          Context orm.xml persistent type.
 

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

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.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.core.jpa2.context.orm
 

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmPersistentType2_0
          JPA 2.0 context orm.xml persistent type.
 

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

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings