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.keygen Contains the key generators.org.apache.ibatis.executor.resultset Contains the result processing logic.org.apache.ibatis.executor.statement Statement handlers.org.apache.ibatis.jdbc Utilities for JDBC.org.apache.ibatis.scripting.defaults Default beans for languages.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 TypeHandlerRegistry
BaseBuilder. typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.executor.keygen
Fields in org.apache.ibatis.executor.keygen declared as TypeHandlerRegistry Modifier and Type Field Description private TypeHandlerRegistry
Jdbc3KeyGenerator.KeyAssigner. typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.executor.resultset
Fields in org.apache.ibatis.executor.resultset declared as TypeHandlerRegistry Modifier and Type Field Description private TypeHandlerRegistry
DefaultResultSetHandler. typeHandlerRegistry
private TypeHandlerRegistry
ResultSetWrapper. 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 TypeHandlerRegistry
BaseStatementHandler. typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.jdbc
Fields in org.apache.ibatis.jdbc declared as TypeHandlerRegistry Modifier and Type Field Description private TypeHandlerRegistry
SqlRunner. typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.scripting.defaults
Fields in org.apache.ibatis.scripting.defaults declared as TypeHandlerRegistry Modifier and Type Field Description private TypeHandlerRegistry
DefaultParameterHandler. typeHandlerRegistry
-
Uses of TypeHandlerRegistry in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as TypeHandlerRegistry Modifier and Type Field Description protected TypeHandlerRegistry
Configuration. typeHandlerRegistry
Methods in org.apache.ibatis.session that return TypeHandlerRegistry Modifier and Type Method Description TypeHandlerRegistry
Configuration. getTypeHandlerRegistry()
-
Uses of TypeHandlerRegistry in org.apache.ibatis.type
Fields in org.apache.ibatis.type with type parameters of type TypeHandlerRegistry Modifier and Type Field Description private java.util.function.Supplier<TypeHandlerRegistry>
UnknownTypeHandler. typeHandlerRegistrySupplier
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)
.
-