|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeHandler | |
|---|---|
| org.apache.ibatis.builder | |
| org.apache.ibatis.jdbc | |
| org.apache.ibatis.mapping | |
| org.apache.ibatis.type | |
| Uses of TypeHandler in org.apache.ibatis.builder |
|---|
| Method parameters in org.apache.ibatis.builder with type arguments of type TypeHandler | |
|---|---|
Discriminator |
MapperBuilderAssistant.buildDiscriminator(Class<?> resultType,
String column,
Class<?> javaType,
JdbcType jdbcType,
Class<? extends TypeHandler> typeHandler,
Map<String,String> discriminatorMap)
|
ParameterMapping |
MapperBuilderAssistant.buildParameterMapping(Class<?> parameterType,
String property,
Class<?> javaType,
JdbcType jdbcType,
String resultMap,
ParameterMode parameterMode,
Class<? extends TypeHandler> typeHandler,
Integer numericScale)
|
ResultMapping |
MapperBuilderAssistant.buildResultMapping(Class<?> resultType,
String property,
String column,
Class<?> javaType,
JdbcType jdbcType,
String nestedSelect,
String nestedResultMap,
String notNullColumn,
Class<? extends TypeHandler> typeHandler,
List<ResultFlag> flags)
|
| Uses of TypeHandler in org.apache.ibatis.jdbc |
|---|
| Methods in org.apache.ibatis.jdbc that return TypeHandler | |
|---|---|
TypeHandler |
Null.getTypeHandler()
|
| Uses of TypeHandler in org.apache.ibatis.mapping |
|---|
| Methods in org.apache.ibatis.mapping that return TypeHandler | |
|---|---|
TypeHandler |
ResultMapping.getTypeHandler()
|
TypeHandler |
ParameterMapping.getTypeHandler()
|
| Methods in org.apache.ibatis.mapping with parameters of type TypeHandler | |
|---|---|
ResultMapping.Builder |
ResultMapping.Builder.typeHandler(TypeHandler typeHandler)
|
ParameterMapping.Builder |
ParameterMapping.Builder.typeHandler(TypeHandler typeHandler)
|
| Constructors in org.apache.ibatis.mapping with parameters of type TypeHandler | |
|---|---|
ParameterMapping.Builder(Configuration configuration,
String property,
TypeHandler typeHandler)
|
|
ResultMapping.Builder(Configuration configuration,
String property,
String column,
TypeHandler typeHandler)
|
|
| Uses of TypeHandler in org.apache.ibatis.type |
|---|
| Classes in org.apache.ibatis.type that implement TypeHandler | |
|---|---|
class |
ArrayTypeHandler
|
class |
BaseTypeHandler<T>
|
class |
BigDecimalTypeHandler
|
class |
BigIntegerTypeHandler
|
class |
BlobTypeHandler
|
class |
BooleanTypeHandler
|
class |
ByteArrayTypeHandler
|
class |
ByteTypeHandler
|
class |
ClobTypeHandler
|
class |
DateOnlyTypeHandler
|
class |
DateTypeHandler
|
class |
DoubleTypeHandler
|
class |
EnumTypeHandler<E extends Enum<E>>
|
class |
FloatTypeHandler
|
class |
IntegerTypeHandler
|
class |
LongTypeHandler
|
class |
NClobTypeHandler
|
class |
NStringTypeHandler
|
class |
ObjectTypeHandler
|
class |
ShortTypeHandler
|
class |
SqlDateTypeHandler
|
class |
SqlTimestampTypeHandler
|
class |
SqlTimeTypeHandler
|
class |
StringTypeHandler
|
class |
TimeOnlyTypeHandler
|
class |
UnknownTypeHandler
|
| Methods in org.apache.ibatis.type that return TypeHandler | |
|---|---|
TypeHandler |
TypeHandlerRegistry.getTypeHandler(Class<?> type)
|
TypeHandler |
TypeHandlerRegistry.getTypeHandler(Class<?> type,
JdbcType jdbcType)
|
TypeHandler |
TypeHandlerRegistry.getTypeHandler(JdbcType jdbcType)
|
TypeHandler |
TypeHandlerRegistry.getUnknownTypeHandler()
|
| Methods in org.apache.ibatis.type with parameters of type TypeHandler | |
|---|---|
void |
TypeHandlerRegistry.register(Class<?> type,
JdbcType jdbcType,
TypeHandler handler)
|
void |
TypeHandlerRegistry.register(Class<?> type,
TypeHandler handler)
|
void |
TypeHandlerRegistry.register(JdbcType jdbcType,
TypeHandler handler)
|
void |
TypeHandlerRegistry.register(TypeHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||