Uses of Class
org.apache.ibatis.type.TypeHandlerRegistry

Packages that use TypeHandlerRegistry
org.apache.ibatis.builder   
org.apache.ibatis.executor.resultset   
org.apache.ibatis.executor.statement   
org.apache.ibatis.session   
org.apache.ibatis.type   
 

Uses of TypeHandlerRegistry in org.apache.ibatis.builder
 

Fields in org.apache.ibatis.builder declared as TypeHandlerRegistry
protected  TypeHandlerRegistry BaseBuilder.typeHandlerRegistry
           
 

Uses of TypeHandlerRegistry in org.apache.ibatis.executor.resultset
 

Fields in org.apache.ibatis.executor.resultset declared as TypeHandlerRegistry
protected  TypeHandlerRegistry FastResultSetHandler.typeHandlerRegistry
           
 

Uses of TypeHandlerRegistry in org.apache.ibatis.executor.statement
 

Fields in org.apache.ibatis.executor.statement declared as TypeHandlerRegistry
protected  TypeHandlerRegistry BaseStatementHandler.typeHandlerRegistry
           
 

Uses of TypeHandlerRegistry in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session declared as TypeHandlerRegistry
protected  TypeHandlerRegistry Configuration.typeHandlerRegistry
           
 

Methods in org.apache.ibatis.session that return TypeHandlerRegistry
 TypeHandlerRegistry Configuration.getTypeHandlerRegistry()
           
 

Uses of TypeHandlerRegistry in org.apache.ibatis.type
 

Constructors in org.apache.ibatis.type with parameters of type TypeHandlerRegistry
UnknownTypeHandler(TypeHandlerRegistry typeHandlerRegistry)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.