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

Packages that use TypeHandlerFactory
com.ibatis.sqlmap.engine.builder.xml   
com.ibatis.sqlmap.engine.exchange   
com.ibatis.sqlmap.engine.impl   
com.ibatis.sqlmap.engine.mapping.parameter   
com.ibatis.sqlmap.engine.type   
 

Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.builder.xml
 

Fields in com.ibatis.sqlmap.engine.builder.xml declared as TypeHandlerFactory
 TypeHandlerFactory BaseParser.Variables.typeHandlerFactory
           
 

Methods in com.ibatis.sqlmap.engine.builder.xml with parameters of type TypeHandlerFactory
 TypeHandler BaseParser.resolveTypeHandler(TypeHandlerFactory typeHandlerFactory, java.lang.Class clazz, java.lang.String propertyName, java.lang.String javaType, java.lang.String jdbcType)
           
 TypeHandler BaseParser.resolveTypeHandler(TypeHandlerFactory typeHandlerFactory, java.lang.Class clazz, java.lang.String propertyName, java.lang.String javaType, java.lang.String jdbcType, boolean useSetterToResolve)
           
 

Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.exchange
 

Methods in com.ibatis.sqlmap.engine.exchange that return TypeHandlerFactory
 TypeHandlerFactory DataExchangeFactory.getTypeHandlerFactory()
          Getter for the type handler factory
 

Constructors in com.ibatis.sqlmap.engine.exchange with parameters of type TypeHandlerFactory
DataExchangeFactory(TypeHandlerFactory typeHandlerFactory)
          Constructor for the factory
 

Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.impl
 

Methods in com.ibatis.sqlmap.engine.impl that return TypeHandlerFactory
 TypeHandlerFactory SqlMapExecutorDelegate.getTypeHandlerFactory()
          Getter for the TypeHandlerFactory
 

Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.mapping.parameter
 

Methods in com.ibatis.sqlmap.engine.mapping.parameter with parameters of type TypeHandlerFactory
 SqlText InlineParameterMapParser.parseInlineParameterMap(TypeHandlerFactory typeHandlerFactory, java.lang.String sqlStatement)
           
 SqlText InlineParameterMapParser.parseInlineParameterMap(TypeHandlerFactory typeHandlerFactory, java.lang.String sqlStatement, java.lang.Class parameterClass)
           
 

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

Constructors in com.ibatis.sqlmap.engine.type with parameters of type TypeHandlerFactory
UnknownTypeHandler(TypeHandlerFactory factory)
          Constructor to create via a factory