| Package | Description |
|---|---|
| org.ibatis.client | |
| org.ibatis.spring | |
| org.ibatis.spring.support |
| Modifier and Type | Method and Description |
|---|---|
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(InputStream inputStream,
Properties props,
String dialect)
Builds an SqlMapClient using the specified input stream, properties file and database dialect.
|
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(InputStream inputStream,
String dialect)
Builds an SqlMapClient using the specified input stream and database dialect.
|
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.
|
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(Reader reader,
Properties props,
String dialect)
Builds an SqlMapClient using the specified reader, properties file and database dialect.
|
static SqlMapClient |
SqlMapClientBuilder.buildSqlMapClient(Reader reader,
String dialect)
Builds an SqlMapClient using the specified reader and database dialect.
|
| Modifier and Type | Method and Description |
|---|---|
SqlMapClient |
SqlMapClientFactoryBean.getObject() |
SqlMapClient |
SqlMapClientTemplate.getSqlMapClient()
Return the iBATIS Database Layer SqlMapClient that this template works with.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SqlMapClient> |
SqlMapClientFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlMapClientTemplate.setSqlMapClient(SqlMapClient sqlMapClient)
Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
|
| Constructor and Description |
|---|
SqlMapClientTemplate(DataSource dataSource,
SqlMapClient sqlMapClient)
Create a new SqlMapTemplate.
|
SqlMapClientTemplate(SqlMapClient sqlMapClient)
Create a new SqlMapTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
SqlMapClient |
SqlMapClientDaoSupport.getSqlMapClient()
Return the iBATIS Database Layer SqlMapClient that this template works with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlMapClientDaoSupport.setSqlMapClient(SqlMapClient sqlMapClient)
Set the iBATIS Database Layer SqlMapClient to work with.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.