com.ibatis.sqlmap.client |
This package contains the core library client interface.
|
Java Source File Name | Type | Comment |
SqlMapClient.java | Interface | A thread safe client for working with your SQL Maps (Start Here). |
SqlMapClientBuilder.java | Class | Builds SqlMapClient instances from a supplied resource (e.g. |
SqlMapException.java | Class | Thrown to indicate a problem with SQL Map configuration or state. |
SqlMapExecutor.java | Interface | This interface declares all methods involved with executing statements
and batches for an SQL Map. |
SqlMapSession.java | Interface | A single threaded session for working with your SQL Maps. |
SqlMapTransactionManager.java | Interface | This interface declares methods for demarcating SQL Map transactions. |