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

Packages that use PersistentType
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   
 

Uses of PersistentType in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type PersistentType
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(PersistentType parent, JavaResourcePersistentAttribute jrpa)
           
 

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
          Context Java persistent type.
 

Methods in org.eclipse.jpt.core.context.java that return PersistentType
 PersistentType JarFile.getPersistentType(java.lang.String typeName)
          Return the persistent type with the specified name.
 

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 JarFileRef.getPersistentType(java.lang.String typeName)
          Return the persistent type, as listed in the JAR file, with the specified name.
 PersistentType MappingFileRef.getPersistentType(java.lang.String typeName)
          Return the persistent type, as listed in the mapping file, with the specified name.
 PersistentType PersistenceUnit.getPersistentType(java.lang.String typeName)
          Return the persistent type specified in the persistence unit with the specified name.