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

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

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-2012 MyBatis.org. All Rights Reserved.