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

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

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 context Java type mapping to match the resource model.
 

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

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

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

Methods in org.eclipse.jpt.core.jpa2.context.java with parameters of type JavaResourcePersistentType
 void JavaCacheable2_0.initialize(JavaResourcePersistentType jrpt)
          Initialize model without throwing any events
 void JavaCacheable2_0.update(JavaResourcePersistentType jrpt)
          Update model, throwing events as necessary
 

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

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

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 JavaEclipseLinkConverterHolder.initialize(JavaResourcePersistentType jrpt)
          Initialize the JavaConverterHolder context model object to match the JavaResourcePersistentType resource model object.
 void JavaEclipseLinkCaching.initialize(JavaResourcePersistentType resourcePersistentType)
          Initialize the EclipseLinkJavaCaching context model object to match the CacheAnnotation resource model object.
 void JavaEclipseLinkConverterHolder.update(JavaResourcePersistentType jrpt)
          Update the JavaConverterHolder context model object to match the JavaResourcePersistentType resource model object.
 void JavaEclipseLinkCaching.update(JavaResourcePersistentType resourcePersistentType)
          Update the EclipseLinkJavaCaching context model object to match the CacheAnnotation resource model object.