Uses of Interface
org.eclipse.jpt.common.utility.JavaType

Packages that use JavaType
org.eclipse.jpt.common.utility   
org.eclipse.jpt.jpa.db   
 

Uses of JavaType in org.eclipse.jpt.common.utility
 

Methods in org.eclipse.jpt.common.utility that return JavaType
 JavaType[] MethodSignature.getParameterTypes()
          Return the method's parameter types.
 

Methods in org.eclipse.jpt.common.utility with parameters of type JavaType
 boolean JavaType.equals(JavaType other)
          Return whether the type is equal to the specified type.
 boolean MethodSignature.equals(java.lang.String otherName, JavaType[] otherParameterTypes)
          Return whether the method signature equals the specified signature.
 

Uses of JavaType in org.eclipse.jpt.jpa.db
 

Methods in org.eclipse.jpt.jpa.db that return JavaType
 JavaType Column.getJavaType()
          Return a Java type that is reasonably similar to the column's data type.
 JavaType Column.getPrimaryKeyJavaType()
          Return a Java type that is reasonably similar to the column's data type and suitable for use as a primary key field.