public abstract class DatabasePopulatorUtils
extends java.lang.Object
Constructor and Description |
---|
DatabasePopulatorUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
execute(DatabasePopulator populator,
javax.sql.DataSource dataSource)
Execute the given DatabasePopulator against the given DataSource.
|
public static void execute(DatabasePopulator populator, javax.sql.DataSource dataSource)
populator
- the DatabasePopulator to executedataSource
- the DataSource to execute against