Uses of Class
org.apache.ibatis.type.TypeHandlerRegistry
Package
Description
Base package for the Configuration building code.
Statement handlers.
Base package.
Type handlers.
-
Uses of TypeHandlerRegistry in org.apache.ibatis.builder
Modifier and TypeFieldDescriptionprotected final TypeHandlerRegistry
BaseBuilder.typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.executor.statement
Modifier and TypeFieldDescriptionprotected final TypeHandlerRegistry
BaseStatementHandler.typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.session
Modifier and TypeFieldDescriptionprotected final TypeHandlerRegistry
Configuration.typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.type
ModifierConstructorDescriptionUnknownTypeHandler
(TypeHandlerRegistry typeHandlerRegistry) Deprecated.
UnknownTypeHandler(Configuration)
.