Uses of Class
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl
Packages that use SqlMapClientImpl
Package
Description
-
Uses of SqlMapClientImpl in com.ibatis.sqlmap.engine.config
Methods in com.ibatis.sqlmap.engine.config that return SqlMapClientImpl -
Uses of SqlMapClientImpl in com.ibatis.sqlmap.engine.impl
Constructors in com.ibatis.sqlmap.engine.impl with parameters of type SqlMapClientImpl -
Uses of SqlMapClientImpl in com.ibatis.sqlmap.engine.mapping.result.loader
Fields in com.ibatis.sqlmap.engine.mapping.result.loader declared as SqlMapClientImplMethods in com.ibatis.sqlmap.engine.mapping.result.loader with parameters of type SqlMapClientImplModifier and TypeMethodDescriptionprotected static Object
ResultLoader.getResult
(SqlMapClientImpl client, String statementName, Object parameterObject, Class targetType) Gets the result.static Object
ResultLoader.loadResult
(SqlMapClientImpl client, String statementName, Object parameterObject, Class targetType) Loads a result lazily.Constructors in com.ibatis.sqlmap.engine.mapping.result.loader with parameters of type SqlMapClientImplModifierConstructorDescriptionEnhancedLazyResultLoader
(SqlMapClientImpl client, String statementName, Object parameterObject, Class targetType) Constructor for an enhanced lazy list loader.LazyResultLoader
(SqlMapClientImpl client, String statementName, Object parameterObject, Class targetType) Constructor for a lazy list loader.