org.apache.ibatis.abator.internal.types
Class ResolvedJavaType
java.lang.Object
org.apache.ibatis.abator.internal.types.ResolvedJavaType
public class ResolvedJavaType
- extends java.lang.Object
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvedJavaType
public ResolvedJavaType()
getJdbcTypeName
public java.lang.String getJdbcTypeName()
setJdbcTypeName
public void setJdbcTypeName(java.lang.String jdbcTypeName)
getFullyQualifiedJavaType
public FullyQualifiedJavaType getFullyQualifiedJavaType()
- Returns:
- Returns the fullyQualifiedJavaType.
setFullyQualifiedJavaType
public void setFullyQualifiedJavaType(FullyQualifiedJavaType fullyQualifiedJavaType)
- Parameters:
fullyQualifiedJavaType
- The fullyQualifiedJavaType to set.
isJDBCDate
public boolean isJDBCDate()
isJDBCTime
public boolean isJDBCTime()