Package com.ibatis.sqlmap.client

This package contains the core library client interface.

See:
          Description

Interface Summary
SqlMapClient A thread safe client for working with your SQL Maps (Start Here).
SqlMapExecutor This interface declares all methods involved with executing statements and batches for an SQL Map.
SqlMapSession A single threaded session for working with your SQL Maps.
SqlMapTransactionManager This interface declares methods for demarcating SQL Map transactions.
 

Class Summary
SqlMapClientBuilder Builds SqlMapClient instances from a supplied resource (e.g.
 

Exception Summary
SqlMapException Thrown to indicate a problem with SQL Map configuration or state.
 

Package com.ibatis.sqlmap.client Description

This package contains the core library client interface.