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   
org.eclipse.jpt.ui   
 

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()
           
 PersistentType MappingFile.getPersistentType(java.lang.String fullyQualifiedTypeName)
          Return the PersistentType listed in this mapping file with the given fullyQualifiedTypeName.
 

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

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 MappingFileRef.getPersistentType(java.lang.String typeName)
          Return the PersistentType listed in this mapping file with the given name.
 PersistentType PersistenceUnit.getPersistentType(java.lang.String fullyQualifiedTypeName)
          Return the PersistentType specified in this PersistenceUnit with the given fully qualified type name
 

Uses of PersistentType in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui with parameters of type PersistentType
 java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUi.typeMappingUiProviders(PersistentType type)
          Return an iterator of mapping ui providers appropriate for the given persistent type