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

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

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.orm
 

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

Subinterfaces of PersistentType.Owner in org.eclipse.jpt.core.context.persistence
 interface ClassRef
          This is the context model corresponding to the persistence resource model XmlJavaClassRef, which corresponds to the 'class' tag in the persistence.xml.