Uses of Class
org.apache.ibatis.abator.exception.UnsupportedDataTypeException

Packages that use UnsupportedDataTypeException
org.apache.ibatis.abator.api Provides the main classes and interfaces used by clients of Abator. 
org.apache.ibatis.abator.internal.types   
 

Uses of UnsupportedDataTypeException in org.apache.ibatis.abator.api
 

Methods in org.apache.ibatis.abator.api that throw UnsupportedDataTypeException
 void JavaTypeResolver.initializeResolvedJavaType(ColumnDefinition cd)
          Initializes the ResolvedJavaType property of the ColumnDescription based on the jdbc type, length, and scale of the column.
 

Uses of UnsupportedDataTypeException in org.apache.ibatis.abator.internal.types
 

Methods in org.apache.ibatis.abator.internal.types that throw UnsupportedDataTypeException
 void JavaTypeResolverDefaultImpl.initializeResolvedJavaType(ColumnDefinition cd)