public abstract class AbstractJdbcTemplateComponent extends Object implements ComponentInterface, org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
protected org.springframework.jdbc.core.JdbcTemplate |
jdbcTemplate |
Constructor and Description |
---|
AbstractJdbcTemplateComponent() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
DataSourceHold |
getDataSourceHold() |
String |
getResultKey() |
String |
getSql() |
void |
setDataSourceHold(DataSourceHold dataSourceHold) |
void |
setResultKey(String resultKey) |
void |
setSql(String sql) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public DataSourceHold getDataSourceHold()
public void setDataSourceHold(DataSourceHold dataSourceHold)
public String getResultKey()
public void setResultKey(String resultKey)
public String getSql()
public void setSql(String sql)
Copyright © 2006–2018 TinyGroup. All rights reserved.