Uses of Class
org.apache.ibatis.type.TypeHandlerRegistry
Packages that use TypeHandlerRegistry
Package
Description
Base package for the Configuration building code.
Statement handlers.
Base package.
Type handlers.
-
Uses of TypeHandlerRegistry in org.apache.ibatis.builder
Fields in org.apache.ibatis.builder declared as TypeHandlerRegistryModifier and TypeFieldDescriptionprotected final TypeHandlerRegistry
BaseBuilder.typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.executor.statement
Fields in org.apache.ibatis.executor.statement declared as TypeHandlerRegistryModifier and TypeFieldDescriptionprotected final TypeHandlerRegistry
BaseStatementHandler.typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as TypeHandlerRegistryModifier and TypeFieldDescriptionprotected final TypeHandlerRegistry
Configuration.typeHandlerRegistry
Methods in org.apache.ibatis.session that return TypeHandlerRegistry -
Uses of TypeHandlerRegistry in org.apache.ibatis.type
Constructors in org.apache.ibatis.type with parameters of type TypeHandlerRegistryModifierConstructorDescriptionUnknownTypeHandler
(TypeHandlerRegistry typeHandlerRegistry) Deprecated.
UnknownTypeHandler(Configuration)
.