|
||||||||||
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(java.lang.Class<?> resultType,
java.lang.String column,
java.lang.Class<?> javaType,
JdbcType jdbcType,
java.lang.Class<? extends TypeHandler> typeHandler,
java.util.Map<java.lang.String,java.lang.String> discriminatorMap)
|
ParameterMapping |
MapperBuilderAssistant.buildParameterMapping(java.lang.Class<?> parameterType,
java.lang.String property,
java.lang.Class<?> javaType,
JdbcType jdbcType,
java.lang.String resultMap,
ParameterMode parameterMode,
java.lang.Class<? extends TypeHandler> typeHandler,
java.lang.Integer numericScale)
|
ResultMapping |
MapperBuilderAssistant.buildResultMapping(java.lang.Class<?> resultType,
java.lang.String property,
java.lang.String column,
java.lang.Class<?> javaType,
JdbcType jdbcType,
java.lang.String nestedSelect,
java.lang.String nestedResultMap,
java.lang.Class<? extends TypeHandler> typeHandler,
java.util.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,
java.lang.String property,
TypeHandler typeHandler)
|
|
ResultMapping.Builder(Configuration configuration,
java.lang.String property,
java.lang.String column,
TypeHandler typeHandler)
|
Uses of TypeHandler in org.apache.ibatis.type |
---|
Classes in org.apache.ibatis.type that implement TypeHandler | |
---|---|
class |
BaseTypeHandler
|
class |
BigDecimalTypeHandler
|
class |
BlobTypeHandler
|
class |
BooleanTypeHandler
|
class |
ByteArrayTypeHandler
|
class |
ByteTypeHandler
|
class |
ClobTypeHandler
|
class |
DateOnlyTypeHandler
|
class |
DateTypeHandler
|
class |
DoubleTypeHandler
|
class |
EnumTypeHandler
|
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(java.lang.Class type)
|
TypeHandler |
TypeHandlerRegistry.getTypeHandler(java.lang.Class type,
JdbcType jdbcType)
|
TypeHandler |
TypeHandlerRegistry.getTypeHandler(JdbcType jdbcType)
|
TypeHandler |
TypeHandlerRegistry.getUnkownTypeHandler()
|
Methods in org.apache.ibatis.type with parameters of type TypeHandler | |
---|---|
void |
TypeHandlerRegistry.register(java.lang.Class type,
JdbcType jdbcType,
TypeHandler handler)
|
void |
TypeHandlerRegistry.register(java.lang.Class type,
TypeHandler handler)
|
void |
TypeHandlerRegistry.register(JdbcType jdbcType,
TypeHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |