|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlMapExecutor | |
|---|---|
| com.ibatis.sqlmap.client | This package contains the core library client interface. |
| com.ibatis.sqlmap.engine.impl | |
| com.ibatis.sqlmap.engine.mapping.statement | |
| com.ibatis.sqlmap.engine.scope | |
| Uses of SqlMapExecutor in com.ibatis.sqlmap.client |
|---|
| Subinterfaces of SqlMapExecutor in com.ibatis.sqlmap.client | |
|---|---|
interface |
SqlMapClient
A thread safe client for working with your SQL Maps (Start Here). |
interface |
SqlMapSession
A single threaded session for working with your SQL Maps. |
| Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.impl |
|---|
| Subinterfaces of SqlMapExecutor in com.ibatis.sqlmap.engine.impl | |
|---|---|
interface |
ExtendedSqlMapClient
Deprecated. - this class is uneccessary and should be removed as soon as possible. Currently spring integration depends on it. |
| Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapExecutor | |
|---|---|
class |
SqlMapClientImpl
Implementation of ExtendedSqlMapClient |
class |
SqlMapSessionImpl
Implementation of SqlMapSession |
| Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.mapping.statement |
|---|
| Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type SqlMapExecutor | |
|---|---|
PaginatedDataList(SqlMapExecutor sqlMapExecutor,
String statementName,
Object parameterObject,
int pageSize)
Deprecated. |
|
| Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.scope |
|---|
| Methods in com.ibatis.sqlmap.engine.scope that return SqlMapExecutor | |
|---|---|
SqlMapExecutor |
SessionScope.getSqlMapExecutor()
Get the SQL executor for the session |
| Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapExecutor | |
|---|---|
void |
SessionScope.setSqlMapExecutor(SqlMapExecutor sqlMapExecutor)
Get the SQL executor for the session |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||