Uses of Interface
org.eclipse.jpt.core.context.PersistentTypeContext

Packages that use PersistentTypeContext
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.orm   
 

Uses of PersistentTypeContext in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type PersistentTypeContext
 JavaPersistentType JpaFactory.buildJavaPersistentType(PersistentTypeContext parent, JavaResourcePersistentType jrpt)
           
 

Uses of PersistentTypeContext in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return PersistentTypeContext
 PersistentTypeContext PersistentType.getContext()
          Return the owning context
 

Uses of PersistentTypeContext in org.eclipse.jpt.core.context.orm
 

Subinterfaces of PersistentTypeContext 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 OrmEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMappedSuperclass
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPersistentTypeContext
           
 interface OrmTypeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.