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   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.ui   
 

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 PersistentAttribute.getOwningPersistentType()
          Return the persistent type that owns this attribute
 PersistentType TypeMapping.getPersistentType()
           
 PersistentType MappingFile.getPersistentType(java.lang.String name)
          Return the specified persistent type if it is listed in the mapping file; otherwise return null.
 PersistentType CollectionMapping.getResolvedTargetType()
           
 PersistentType PersistentType.getSuperPersistentType()
          Return the "super" PersistentType from the "persistence" inheritance hierarchy.
 

Methods in org.eclipse.jpt.core.context that return types with arguments of type PersistentType
 java.util.Iterator<PersistentType> PersistentType.ancestors()
          Return the persistent type's "persistence" inheritance hierarchy, excluding the persistent type itself.
 java.util.Iterator<PersistentType> PersistentType.inheritanceHierarchy()
          Return the persistent type's "persistence" inheritance hierarchy, including the persistent type itself.
 

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

Methods in org.eclipse.jpt.core.context.orm that return PersistentType
 PersistentType EntityMappings.resolvePersistentType(java.lang.String className)
          Return the PersistentType for the given class name found in the persistence unit.
 

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.
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type PersistentType
 java.lang.Iterable<? extends PersistentType> PersistentTypeContainer.getPersistentTypes()
          Return the container's persistent types.
 

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

Subinterfaces of PersistentType in org.eclipse.jpt.core.jpa2.context
 interface PersistentType2_0
          JPA 2.0 context persistent type.
 

Methods in org.eclipse.jpt.core.jpa2.context that return PersistentType
 PersistentType MetamodelSourceType.getSuperPersistentType()
          Return the source type's super type.
 

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

Subinterfaces of PersistentType in org.eclipse.jpt.core.jpa2.context.java
 interface JavaPersistentType2_0
          JPA 2.0 context Java persistent type.
 

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

Subinterfaces of PersistentType in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmPersistentType2_0
          JPA 2.0 context orm.xml persistent type.
 

Uses of PersistentType in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type PersistentType
 DefaultMappingUiDefinition<PersistentType,? extends TypeMapping> MappingResourceUiDefinition.getDefaultTypeMappingUiDefinition()
          Return a default type mapping ui provider or null
 DefaultMappingUiDefinition<PersistentType,? extends TypeMapping> JpaPlatformUi.getDefaultTypeMappingUiDefinition(JpaResourceType resourceType)
           
 java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> MappingResourceUiDefinition.typeMappingUiDefinitions()
           
 java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> JpaPlatformUi.typeMappingUiDefinitions(JpaResourceType resourceType)