|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 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.getSession()
Deprecated. Use openSession() instead. THIS METHOD WILL BE REMOVED BEFORE FINAL RELEASE. |
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. |
| 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.getSession()
Deprecated. Use openSession() |
SqlMapSession |
ExtendedSqlMapClient.getSession()
Deprecated. |
SqlMapSession |
SqlMapClientImpl.openSession()
|
SqlMapSession |
ExtendedSqlMapClient.openSession()
Deprecated. |
SqlMapSession |
SqlMapClientImpl.openSession(java.sql.Connection conn)
|
SqlMapSession |
ExtendedSqlMapClient.openSession(java.sql.Connection conn)
Deprecated. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||