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 TypeHandlerRegistryBaseBuilder. 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 TypeHandlerRegistryJdbc3KeyGenerator.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 TypeHandlerRegistryDefaultResultSetHandler. typeHandlerRegistryprivate TypeHandlerRegistryResultSetWrapper. 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.jdbc
Fields in org.apache.ibatis.jdbc declared as TypeHandlerRegistry Modifier and Type Field Description private TypeHandlerRegistrySqlRunner. 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 TypeHandlerRegistryDefaultParameterHandler. 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
Fields in org.apache.ibatis.type with type parameters of type TypeHandlerRegistry Modifier and Type Field Description private java.util.function.Supplier<TypeHandlerRegistry>UnknownTypeHandler. typeHandlerRegistrySupplierConstructors in org.apache.ibatis.type with parameters of type TypeHandlerRegistry Constructor Description UnknownTypeHandler(TypeHandlerRegistry typeHandlerRegistry)Deprecated.Since 3.5.4, please use theUnknownTypeHandler(Configuration).
-