Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaPersistentType

Packages that use JavaPersistentType
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context.java   
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaPersistentType
 JavaPersistentType JpaFactory.buildJavaPersistentType(PersistentType.Owner owner, JavaResourcePersistentType jrpt)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaPersistentType
 JavaEmbeddable JpaFactory.buildJavaEmbeddable(JavaPersistentType parent, EmbeddableAnnotation embeddableAnnotation)
           
 JavaEntity JpaFactory.buildJavaEntity(JavaPersistentType parent, EntityAnnotation entityAnnotation)
           
 JavaMappedSuperclass JpaFactory.buildJavaMappedSuperclass(JavaPersistentType parent, MappedSuperclassAnnotation mappedSuperclassAnnotation)
           
 JavaTypeMapping JpaFactory.buildJavaNullTypeMapping(JavaPersistentType parent)
           
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return JavaPersistentType
 JavaPersistentType TypeMapping.getIdClass()
          Return the resolved id class specified on this type mapping, null otherwise
 JavaPersistentType IdClassReference.getIdClass()
          Return the JavaPersistentType that is resolved from the id class name.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaPersistentType
 JavaPersistentType JavaTypeMapping.getPersistentType()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type JavaPersistentType
 java.util.Iterator<JavaPersistentType> JarFile.javaPersistentTypes()
          Return the JAR file's Java persistent types.
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaPersistentType
 JavaTypeMapping JavaTypeMappingDefinition.buildMapping(JavaPersistentType persistentType, Annotation annotation, JpaFactory factory)
          Build a Java type mapping for the specified persistent type and annotation.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaPersistentType
 JavaPersistentType OrmPersistentType.getJavaPersistentType()
          Return the Java persistent type that is referred to by the orm.xml persistent type.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return JavaPersistentType
 JavaPersistentType ClassRef.getJavaPersistentType()
          Return the JavaPersistentType that corresponds to this IClassRef.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.jpa2.context.java
 

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