|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeHandlerFactory | |
com.ibatis.sqlmap.engine.builder.xml | |
com.ibatis.sqlmap.engine.exchange | |
com.ibatis.sqlmap.engine.impl | |
com.ibatis.sqlmap.engine.type |
Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.builder.xml |
Methods in com.ibatis.sqlmap.engine.builder.xml with parameters of type TypeHandlerFactory | |
static SqlText |
XmlSqlMapClientBuilder.parseInlineParameterMap(TypeHandlerFactory typeHandlerFactory,
java.lang.String sqlStatement)
|
private static SqlText |
XmlSqlMapClientBuilder.parseInlineParameterMap(TypeHandlerFactory typeHandlerFactory,
java.lang.Class parameterClass,
java.lang.String sqlStatement)
|
private static TypeHandler |
XmlSqlMapClientBuilder.resolveTypeHandler(TypeHandlerFactory typeHandlerFactory,
java.lang.Class clazz,
java.lang.String propertyName,
java.lang.String javaType,
java.lang.String jdbcType)
|
private static TypeHandler |
XmlSqlMapClientBuilder.resolveTypeHandler(TypeHandlerFactory typeHandlerFactory,
java.lang.Class clazz,
java.lang.String propertyName,
java.lang.String javaType,
java.lang.String jdbcType,
boolean useSetterToResolve)
|
Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.exchange |
Fields in com.ibatis.sqlmap.engine.exchange declared as TypeHandlerFactory | |
private TypeHandlerFactory |
DataExchangeFactory.typeHandlerFactory
|
Methods in com.ibatis.sqlmap.engine.exchange that return TypeHandlerFactory | |
TypeHandlerFactory |
DataExchangeFactory.getTypeHandlerFactory()
|
Constructors in com.ibatis.sqlmap.engine.exchange with parameters of type TypeHandlerFactory | |
DataExchangeFactory(TypeHandlerFactory typeHandlerFactory)
|
Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.impl |
Fields in com.ibatis.sqlmap.engine.impl declared as TypeHandlerFactory | |
private TypeHandlerFactory |
SqlMapExecutorDelegate.typeHandlerFactory
|
Methods in com.ibatis.sqlmap.engine.impl that return TypeHandlerFactory | |
TypeHandlerFactory |
SqlMapExecutorDelegate.getTypeHandlerFactory()
|
Uses of TypeHandlerFactory in com.ibatis.sqlmap.engine.type |
Fields in com.ibatis.sqlmap.engine.type declared as TypeHandlerFactory | |
private TypeHandlerFactory |
UnknownTypeHandler.factory
|
Constructors in com.ibatis.sqlmap.engine.type with parameters of type TypeHandlerFactory | |
UnknownTypeHandler(TypeHandlerFactory factory)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |