Uses of Interface
org.eclipse.jpt.core.utility.jdt.Type

Packages that use Type
org.eclipse.jpt.core   
 

Uses of Type in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type Type
 Annotation JpaAnnotationProvider.buildNullTypeMappingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a null type mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullTypeSupportingAnnotation(JavaResourcePersistentType parent, Type type, java.lang.String annotationName)
          Build a null type supporting annotation with the specified name.
 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, Type type, java.lang.String annotationName)
          Build a type supporting annotation with the specified name.