Uses of Package
com.ibatis.db.sqlmap

Packages that use com.ibatis.db.sqlmap
com.ibatis.db.dao.jdbc   
com.ibatis.db.sqlmap   
com.ibatis.db.sqlmap.cache   
com.ibatis.db.sqlmap.dynamic   
com.ibatis.db.sqlmap.typehandler   
 

Classes in com.ibatis.db.sqlmap used by com.ibatis.db.dao.jdbc
SqlMap
          The SqlMap class ties everything together.
 

Classes in com.ibatis.db.sqlmap used by com.ibatis.db.sqlmap
ExecuteListener
           
MappedStatement
          One of the core classes in the iBATIS database framework, the MappedStatement represents an SQL statement that will have a parameter bean and/or result beans mapped to it.
MappedStatement.ErrorField
          This is a value holder class for the very limited use of passing error information around.
MappedStatement.ResultSetAutoMapper
          Class for automatically mapping resultsets to columns, and caching the relevant mappings.
ParameterMap
          The ParameterMap object is used to define the mapping between a MappedStatement and a bean.
ParameterMapping
           
ResultMap
          The ResultMap object is used to map the results of an SQL statement to a bean or collection of beans.
ResultMapping
           
RowHandler
          Interface for objects used to handle row-by-row processing
SqlMap
          The SqlMap class ties everything together.
SqlStatement
           
StatementFactory
           
 

Classes in com.ibatis.db.sqlmap used by com.ibatis.db.sqlmap.cache
ExecuteListener
           
MappedStatement
          One of the core classes in the iBATIS database framework, the MappedStatement represents an SQL statement that will have a parameter bean and/or result beans mapped to it.
 

Classes in com.ibatis.db.sqlmap used by com.ibatis.db.sqlmap.dynamic
MappedStatement
          One of the core classes in the iBATIS database framework, the MappedStatement represents an SQL statement that will have a parameter bean and/or result beans mapped to it.
SqlStatement
           
 

Classes in com.ibatis.db.sqlmap used by com.ibatis.db.sqlmap.typehandler
ParameterMapping
           
ResultMapping