Uses of Class
com.ibatis.sqlmap.engine.type.BaseTypeHandler

Packages that use BaseTypeHandler
com.ibatis.sqlmap.engine.type   
 

Uses of BaseTypeHandler in com.ibatis.sqlmap.engine.type
 

Subclasses of BaseTypeHandler in com.ibatis.sqlmap.engine.type
 class BigDecimalTypeHandler
          BigDecimal implementation of TypeHandler
 class BooleanTypeHandler
          Boolean implementation of TypeHandler
 class ByteArrayTypeHandler
          byte[] implementation of TypeHandler
 class ByteTypeHandler
          Byte implementation of TypeHandler
 class CustomTypeHandler
          Custom type handler for adding a TypeHandlerCallback
 class DateOnlyTypeHandler
          Date only implementation of TypeHandler
 class DateTypeHandler
          Date (and time) implementation of TypeHandler
 class DoubleTypeHandler
          Double implementation of TypeHandler
 class FloatTypeHandler
          Float implementation of TypeHandler
 class IntegerTypeHandler
          Integer Decimal implementation of TypeHandler
 class LongTypeHandler
          Long implementation of TypeHandler
 class ObjectTypeHandler
          Object implementation of TypeHandler
 class ShortTypeHandler
          Short implementation of TypeHandler
 class SqlDateTypeHandler
          SQL Date implementation of TypeHandler
 class SqlTimestampTypeHandler
          SQL timestamp implementation of TypeHandler
 class SqlTimeTypeHandler
          SQL time implementation of TypeHandler
 class StringTypeHandler
          String implementation of TypeHandler
 class TimeOnlyTypeHandler
          Time (only) implementation of TypeHandler
 class UnknownTypeHandler
          Implementation of TypeHandler for dealing with unknown types