Uses of Class
org.apache.ibatis.type.TypeHandlerRegistry
-
Packages that use TypeHandlerRegistry Package Description org.apache.ibatis.builder Base package for the Configuration building code.org.apache.ibatis.executor.statement Statement handlers.org.apache.ibatis.session Base package.org.apache.ibatis.type Type handlers. -
-
Uses of TypeHandlerRegistry in org.apache.ibatis.builder
Fields in org.apache.ibatis.builder declared as TypeHandlerRegistry Modifier and Type Field Description protected TypeHandlerRegistryBaseBuilder. typeHandlerRegistry -
Uses of TypeHandlerRegistry in org.apache.ibatis.executor.statement
Fields in org.apache.ibatis.executor.statement declared as TypeHandlerRegistry Modifier and Type Field Description protected TypeHandlerRegistryBaseStatementHandler. typeHandlerRegistry -
Uses of TypeHandlerRegistry in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as TypeHandlerRegistry Modifier and Type Field Description protected TypeHandlerRegistryConfiguration. typeHandlerRegistryMethods in org.apache.ibatis.session that return TypeHandlerRegistry Modifier and Type Method Description TypeHandlerRegistryConfiguration. getTypeHandlerRegistry() -
Uses of TypeHandlerRegistry in org.apache.ibatis.type
Constructors in org.apache.ibatis.type with parameters of type TypeHandlerRegistry Constructor Description UnknownTypeHandler(TypeHandlerRegistry typeHandlerRegistry)Deprecated.Since 3.5.4, please use theUnknownTypeHandler(Configuration).
-