|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SqlMapSession | |
| com.ibatis.sqlmap.client | This package contains the core library client interface. |
| com.ibatis.sqlmap.engine.impl | |
| Uses of SqlMapSession in com.ibatis.sqlmap.client |
| Methods in com.ibatis.sqlmap.client that return SqlMapSession | |
SqlMapSession |
SqlMapClient.openSession()
Returns a single threaded SqlMapSession implementation for use by one user. |
SqlMapSession |
SqlMapClient.openSession(java.sql.Connection conn)
Returns a single threaded SqlMapSession implementation for use by one user. |
SqlMapSession |
SqlMapClient.getSession()
Deprecated. Use openSession() instead. THIS METHOD WILL BE REMOVED BEFORE FINAL RELEASE. |
| Uses of SqlMapSession in com.ibatis.sqlmap.engine.impl |
| Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapSession | |
class |
SqlMapSessionImpl
Implementation of SqlMapSession |
| Methods in com.ibatis.sqlmap.engine.impl that return SqlMapSession | |
SqlMapSession |
SqlMapClientImpl.openSession()
|
SqlMapSession |
SqlMapClientImpl.openSession(java.sql.Connection conn)
|
SqlMapSession |
SqlMapClientImpl.getSession()
Deprecated. Use openSession() |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||