Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.resource.java.JavaResourceAbstractType

Packages that use JavaResourceAbstractType
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.jpa2   
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.common.core.resource.java
 

Subinterfaces of JavaResourceAbstractType in org.eclipse.jpt.common.core.resource.java
 interface JavaResourceEnum
          Java source code or binary enum.
 interface JavaResourceType
          Java source code or binary class or interface.
 

Fields in org.eclipse.jpt.common.core.resource.java with type parameters of type JavaResourceAbstractType
static org.eclipse.jpt.common.utility.transformer.Transformer<JavaResourceClassFile,JavaResourceAbstractType> JavaResourceClassFile.TYPE_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JavaResourceNode.Root,Iterable<JavaResourceAbstractType>> JavaResourceNode.Root.TYPES_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JavaResourcePackageFragment,Iterable<JavaResourceAbstractType>> JavaResourcePackageFragment.TYPES_TRANSFORMER
           
 

Methods in org.eclipse.jpt.common.core.resource.java that return JavaResourceAbstractType
 JavaResourceAbstractType JavaResourceTypeCache.addType(IType jdtType)
          Add a Java resource type for the specified JDT type to the cache.
 JavaResourceAbstractType JavaResourceCompilationUnit.getPrimaryType()
          The primary type of the AST compilation unit, can be null.
 JavaResourceAbstractType JavaResourceClassFile.getType()
          Return the class file's type.
 JavaResourceAbstractType JavaResourceClassFile.TypeTransformer.transform(JavaResourceClassFile classFile)
           
 

Methods in org.eclipse.jpt.common.core.resource.java that return types with arguments of type JavaResourceAbstractType
 Iterable<JavaResourceAbstractType> JavaResourceNode.Root.getTypes()
          Return the root's Java resource "abstract" types.
 Iterable<JavaResourceAbstractType> JavaResourcePackageFragment.getTypes()
          Return the package fragment's Java types.
 Iterable<JavaResourceAbstractType> JavaResourceNode.Root.TypesTransformer.transform(JavaResourceNode.Root root)
           
 Iterable<JavaResourceAbstractType> JavaResourcePackageFragment.TypesTransformer.transform(JavaResourcePackageFragment jrpf)
           
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return JavaResourceAbstractType
 JavaResourceAbstractType JaxbProject.getJavaResourceType(String typeName)
          Return the JavaResourceAbstractType with the specified type name, regardless of what kind it is.
 JavaResourceAbstractType JaxbProject.getJavaResourceType(String typeName, JavaResourceAnnotatedElement.AstNodeType astNodeType)
          Return the JavaResourceAbstractType with the specified type name and astNodeType.
 

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JavaResourceAbstractType
 Iterable<JavaResourceAbstractType> JaxbProject.getAnnotatedJavaSourceResourceTypes()
          Return all JavaResourceAbstractTypes that are represented by java source within this project, that are also annotated with a recognized annotation (and are persistable)
 Iterable<JavaResourceAbstractType> JaxbProject.getJavaSourceResourceTypes()
          Return all JavaResourceAbstractTypes that are represented by java source within this project
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.jaxb.core.context.java
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return JavaResourceAbstractType
 JavaResourceAbstractType JavaType.getJavaResourceType()
          Return the associated java resource type
 

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

Methods in org.eclipse.jpt.jpa.core that return JavaResourceAbstractType
 JavaResourceAbstractType JpaProject.getJavaResourceType(String typeName)
          Return the Java resource type for the fully qualified type name.
 JavaResourceAbstractType JpaProject.getJavaResourceType(String typeName, JavaResourceAnnotatedElement.AstNodeType astNodeType)
          Return the JavaResourceAbstractType with the fully qualified type name and astNodeType.
 

Methods in org.eclipse.jpt.jpa.core that return types with arguments of type JavaResourceAbstractType
 Iterable<JavaResourceAbstractType> JpaProject.getAnnotatedJavaSourceTypes()
          Return the resource types of the JPA project's annotated Java classes (ignoring classes in JARs referenced in the persistence.xml).
 Iterable<JavaResourceAbstractType> JpaProject.getPotentialJavaSourceTypes()
          Return only the valid potential types (i.e. those annotated with @Entity, @Embeddable, @MappedSuperclass, @Converter in JPA 2.1).
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaResourceAbstractType
 JavaResourceAbstractType EntityMappings.resolveJavaResourceType(String className)
          Return the Java resource type for the specified class name found in the JPA project.
 JavaResourceAbstractType EntityMappings.resolveJavaResourceType(String className, JavaResourceAnnotatedElement.AstNodeType astNodeType)
          Return the Java resource type for the specified class name and astNodeType found in the JPA project.
 

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

Methods in org.eclipse.jpt.jpa.core.context.persistence that return JavaResourceAbstractType
 JavaResourceAbstractType ClassRef.getJavaResourceType()
          Return the corresponding JavaResourceAbstractType, null if the name does not resolve to a class.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence with parameters of type JavaResourceAbstractType
 ClassRef PersistenceXmlContextNodeFactory.buildClassRef(PersistenceUnit parent, JavaResourceAbstractType jrat)
          Build a "virtual" class ref.
 

Uses of JavaResourceAbstractType in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 that return JavaResourceAbstractType
 JavaResourceAbstractType JpaProject2_0.getGeneratedMetamodelTopLevelType(IFile file)
          Return the top-level generated metamodel Java resource persistent type in the specified file.
 

Methods in org.eclipse.jpt.jpa.core.jpa2 that return types with arguments of type JavaResourceAbstractType
 Iterable<JavaResourceAbstractType> JpaProject2_0.getGeneratedMetamodelTopLevelTypes()
          Return the JPA project's generated metamodel Java resource top-level types.
 

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type JavaResourceAbstractType
 boolean MetamodelSynchronizer.MetamodelTools.IsGeneratedMetamodelTopLevelType.evaluate(JavaResourceAbstractType jrat)
           
static boolean MetamodelSynchronizer.MetamodelTools.isGenerated(JavaResourceAbstractType jrat)
          The type must be annotated with @javax.annotation.Generated with the appropriate value and date.
static boolean MetamodelSynchronizer.MetamodelTools.isGeneratedMetamodelTopLevelType(JavaResourceAbstractType jrat)
          The type must be: a top-level type annotated with @javax.annotation.Generated with the appropriate value and date either itself or one of its nested types annotated with @javax.persistence.metamodel.StaticMetamodel
static boolean MetamodelSynchronizer.MetamodelTools.isGeneratedMetamodelTopLevelType(JavaResourceAbstractType jrat, IPackageFragmentRoot sourceFolder)
          The type must be: in the specified source folder a top-level type annotated with @javax.annotation.Generated with the appropriate value and date either itself or one of its nested types annotated with @javax.persistence.metamodel.StaticMetamodel
static boolean MetamodelSynchronizer.MetamodelTools.isMetamodel(JavaResourceAbstractType jrat)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.