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

Packages that use TypeHandlerFactory
com.ibatis.sqlmap.engine.config   
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.config
 

Methods in com.ibatis.sqlmap.engine.config that return TypeHandlerFactory
 TypeHandlerFactory SqlMapConfiguration.getTypeHandlerFactory()
           
 

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