Package com.ibatis.db.sqlmap

Interface Summary
ExecuteListener  
RowHandler Interface for objects used to handle row-by-row processing
 

Class Summary
IntegerKey Deprecated.  
IntegerResult Deprecated.  
LazyLoadList  
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.CacheKey A key for results in the cache.
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.
ObjectKey Deprecated.  
PaginatedDataList  
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  
SqlMap The SqlMap class ties everything together.
SqlMapJarEntityResolver Custom EntityResolver that maps DTD requests for iBATIS DTDs to local resources.
SqlStatement  
StatementFactory  
StatementFactory.StatementWrapper This class is used for managing pooled PreparedStatements while they are in use.
StringKey Deprecated.  
StringResult  
TypeRegistry  
XmlSqlMapBuilder  
XmlSqlMapValidator  
 

Exception Summary
SqlMapException An unchecked exception generally thrown due to a misconfiguration or invalid syntax in an SQL Map.