Uses of Interface
org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType

Packages that use JavaResourcePersistentType
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.resource.java   
org.eclipse.jpt.jpa.core.resource.java   
 

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

Methods in org.eclipse.jpt.jpa.core that return JavaResourcePersistentType
 JavaResourcePersistentType JpaProject.getJavaResourcePersistentType(java.lang.String typeName)
          Return the Java resource persistent type for the specified type.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaResourcePersistentType
 JavaPersistentType JpaFactory.buildJavaPersistentType(PersistentType.Owner owner, JavaResourcePersistentType jrpt)
           
 Annotation JpaAnnotationProvider.buildNullTypeAnnotation(JavaResourcePersistentType parent, java.lang.String annotationName)
          Build a null type annotation with the specified name.
 Annotation JpaAnnotationProvider.buildTypeAnnotation(JavaResourcePersistentType parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build a type annotation for the specified JDT annotation.
 Annotation JpaAnnotationProvider.buildTypeAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a type annotation with the specified name.
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaResourcePersistentType
 JavaResourcePersistentType JavaTypeMapping.getResourcePersistentType()
           
 JavaResourcePersistentType JavaPersistentType.getResourcePersistentType()
          Return the Java resource persistent type.
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaResourcePersistentType
 JavaResourcePersistentType EntityMappings.resolveJavaResourcePersistentType(java.lang.String className)
          Return the Java resource persistent type for the specified class name found in the JPA project.
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.java that return JavaResourcePersistentType
 JavaResourcePersistentType JavaCacheableHolder2_0.getResourcePersistentType()
           
 

Uses of JavaResourcePersistentType in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Subinterfaces of JavaResourcePersistentType in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface JavaResourcePersistentType2_0
          JPA 2.0 Java source code or binary persistent type.
 

Uses of JavaResourcePersistentType in org.eclipse.jpt.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return JavaResourcePersistentType
 JavaResourcePersistentType JavaResourcePersistentTypeCache.addPersistentType(org.eclipse.jdt.core.IType jdtType)
          Add a Java resource persistent type for the specified JDT type to the cache.
 JavaResourcePersistentType JavaResourcePersistentAttribute.getParent()
           
 JavaResourcePersistentType JavaResourceClassFile.getPersistentType()
          Return the class file's persistent type.
 JavaResourcePersistentType JavaResourcePersistentAttribute.getResourcePersistentType()
           
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return types with arguments of type JavaResourcePersistentType
 java.util.Iterator<JavaResourcePersistentType> JavaResourcePersistentType.allTypes()
          Return all the types; the type itself, its children, its grandchildren, etc.
 java.util.Iterator<JavaResourcePersistentType> JavaResourcePersistentType.persistableTypes()
          Return the immediately nested persistable types.
 java.util.Iterator<JavaResourcePersistentType> JavaResourcePackageFragment.persistedTypes()
          Return the package fragment's Java persistent types.
 java.util.Iterator<JavaResourcePersistentType> JavaResourceNode.Root.persistentTypes()
          Return the root's Java resource persistent types.
 java.util.Iterator<JavaResourcePersistentType> JavaResourcePersistentType.types()
          Return the immediately nested types (children).
 

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type JavaResourcePersistentType
static AccessType JavaResourcePersistentType.Tools.buildAccess(JavaResourcePersistentType jrpType)
          Return the access type currently implied by the specified Java source code or class file: if any fields are annotated => FIELD if only properties are annotated => PROPERTY if neither are annotated => null