|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaType | |
|---|---|
| org.eclipse.jpt.db | |
| org.eclipse.jpt.utility | |
| Uses of JavaType in org.eclipse.jpt.db |
|---|
| Methods in org.eclipse.jpt.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. |
| Uses of JavaType in org.eclipse.jpt.utility |
|---|
| Methods in org.eclipse.jpt.utility that return JavaType | |
|---|---|
JavaType[] |
MethodSignature.getParameterTypes()
Return the method's parameter types. |
| Methods in org.eclipse.jpt.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||