public class JdbcTemplateFactory extends Object
Constructor and Description |
---|
JdbcTemplateFactory() |
Modifier and Type | Method and Description |
---|---|
org.springframework.jdbc.core.JdbcTemplate |
createJdbcTemplate(String db) |
int |
getFetchSize() |
void |
setDataSourceFactory(DataSourceFactory dataSourceFactory) |
void |
setFetchSize(int fetchSize) |
public org.springframework.jdbc.core.JdbcTemplate createJdbcTemplate(String db)
public void setDataSourceFactory(DataSourceFactory dataSourceFactory)
public int getFetchSize()
public void setFetchSize(int fetchSize)
Copyright © 2021. All rights reserved.