|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlMapClient | |
---|---|
com.ibatis.sqlmap.client | This package contains the core library client interface. |
com.ibatis.sqlmap.engine.builder.xml | |
com.ibatis.sqlmap.engine.impl | |
com.ibatis.sqlmap.engine.mapping.statement | |
com.ibatis.sqlmap.engine.scope |
Uses of SqlMapClient in com.ibatis.sqlmap.client |
---|
Methods in com.ibatis.sqlmap.client that return SqlMapClient | |
---|---|
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(InputStream inputStream)
Builds an SqlMapClient using the specified input stream. |
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(InputStream inputStream,
Properties props)
Builds an SqlMapClient using the specified input stream and properties file. |
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(Reader reader)
Builds an SqlMapClient using the specified reader. |
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(Reader reader,
Properties props)
Builds an SqlMapClient using the specified reader and properties file. |
Uses of SqlMapClient in com.ibatis.sqlmap.engine.builder.xml |
---|
Methods in com.ibatis.sqlmap.engine.builder.xml that return SqlMapClient | |
---|---|
SqlMapClient |
SqlMapConfigParser.parse(InputStream inputStream)
|
SqlMapClient |
SqlMapConfigParser.parse(InputStream inputStream,
Properties props)
|
SqlMapClient |
SqlMapConfigParser.parse(Reader reader)
|
SqlMapClient |
SqlMapConfigParser.parse(Reader reader,
Properties props)
|
Uses of SqlMapClient in com.ibatis.sqlmap.engine.impl |
---|
Subinterfaces of SqlMapClient 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 SqlMapClient | |
---|---|
class |
SqlMapClientImpl
Implementation of ExtendedSqlMapClient |
Uses of SqlMapClient in com.ibatis.sqlmap.engine.mapping.statement |
---|
Methods in com.ibatis.sqlmap.engine.mapping.statement that return SqlMapClient | |
---|---|
SqlMapClient |
MappedStatement.getSqlMapClient()
|
Methods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type SqlMapClient | |
---|---|
void |
MappedStatement.setSqlMapClient(SqlMapClient sqlMapClient)
|
Uses of SqlMapClient in com.ibatis.sqlmap.engine.scope |
---|
Methods in com.ibatis.sqlmap.engine.scope that return SqlMapClient | |
---|---|
SqlMapClient |
SessionScope.getSqlMapClient()
Get the SqlMapClient for the session |
Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapClient | |
---|---|
void |
SessionScope.setSqlMapClient(SqlMapClient sqlMapClient)
Set the SqlMapClient for the session |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |