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

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

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

Methods in org.eclipse.jpt.core.context that return PersistentType
 PersistentType PersistentType.getParentPersistentType()
          Return the parent PersistentType from the inheritance hierarchy.
 PersistentType PersistentAttribute.getPersistentType()
           
 PersistentType TypeMapping.getPersistentType()
           
 

Methods in org.eclipse.jpt.core.context that return types with arguments of type PersistentType
 java.util.Iterator<PersistentType> PersistentType.inheritanceHierarchy()
           
 

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

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

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

Methods in org.eclipse.jpt.core.context.persistence that return PersistentType
 PersistentType PersistenceUnit.getPersistentType(java.lang.String fullyQualifiedTypeName)
          Return the PersistentType specified in this PersistenceUnit with the given fully qualified type name