public class DBInitializer extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DBInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setDataSource(DataSource dataSource)
Sets the data source.
|
void |
setDialect(String dialect)
Sets the database dialect.
|
public void setDataSource(DataSource dataSource)
dataSource - the new data sourcepublic void setDialect(String dialect)
dialect - the database dialectCopyright © 2011–2016 Talend Inc.. All rights reserved.