|
spring-jdbc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.jdbc.datasource.init.DatabasePopulatorUtils
public abstract class DatabasePopulatorUtils
Utility methods for executing a DatabasePopulator.
| Constructor Summary | |
|---|---|
DatabasePopulatorUtils()
|
|
| Method Summary | |
|---|---|
static void |
execute(DatabasePopulator populator,
javax.sql.DataSource dataSource)
Execute the given DatabasePopulator against the given DataSource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabasePopulatorUtils()
| Method Detail |
|---|
public static void execute(DatabasePopulator populator,
javax.sql.DataSource dataSource)
populator - the DatabasePopulator to executedataSource - the DataSource to execute against
|
spring-jdbc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||