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

Packages that use JavaResourcePersistentType
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.eclipselink.core.context.java   
 

Uses of JavaResourcePersistentType in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.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.core with parameters of type JavaResourcePersistentType
 JavaPersistentType JpaFactory.buildJavaPersistentType(PersistentType.Owner owner, JavaResourcePersistentType jrpt)
           
 Annotation JpaAnnotationProvider.buildNullTypeSupportingAnnotation(JavaResourcePersistentType parent, java.lang.String annotationName)
          Build a null type supporting annotation with the specified name.
 Annotation JpaAnnotationProvider.buildTypeMappingAnnotation(JavaResourcePersistentType parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build a type mapping annotation for the specified JDT annotation.
 Annotation JpaAnnotationProvider.buildTypeMappingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a type mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildTypeSupportingAnnotation(JavaResourcePersistentType parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build a type supporting annotation for the specified JDT annotation.
 Annotation JpaAnnotationProvider.buildTypeSupportingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a type supporting annotation with the specified name.
 

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

Methods in org.eclipse.jpt.core.context.java that return JavaResourcePersistentType
 JavaResourcePersistentType JavaPersistentType.getResourcePersistentType()
           
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JavaResourcePersistentType
 void JavaTypeMapping.initialize(JavaResourcePersistentType jrpt)
           
 void JavaPersistentType.update(JavaResourcePersistentType jrpt)
          Synchronize the Java persistent type with the specified resource type.
 void JavaTypeMapping.update(JavaResourcePersistentType jrpt)
          Update the JavaTypeMapping context model object to match the JavaResourcePersistentType resource model object.
 

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

Methods in org.eclipse.jpt.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 JavaResourceClassFile.getPersistentType()
          Return the class file's persistent type.
 

Methods in org.eclipse.jpt.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).
 

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

Methods in org.eclipse.jpt.eclipselink.core.context.java with parameters of type JavaResourcePersistentType
 void JavaCaching.initialize(JavaResourcePersistentType resourcePersistentType)
          Initialize the EclipseLinkJavaCaching context model object to match the CacheAnnotation resource model object.
 void JavaConverterHolder.initialize(JavaResourcePersistentType jrpt)
          Initialize the JavaConverterHolder context model object to match the JavaResourcePersistentType resource model object.
 void JavaCaching.update(JavaResourcePersistentType resourcePersistentType)
          Update the EclipseLinkJavaCaching context model object to match the CacheAnnotation resource model object.
 void JavaConverterHolder.update(JavaResourcePersistentType jrpt)
          Update the JavaConverterHolder context model object to match the JavaResourcePersistentType resource model object.