| Modifier and Type | Method and Description |
|---|---|
RdbmsPopulatorConfigurator |
RdbmsPopulator.createExecutor() |
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.usingDataSet(String dataset)
Register a new dataset for populating data.
|
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.usingDataSets(String... datasets)
Register new datasets for populating data.
|
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.withDriver(Class<?> driver) |
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.withOption(String key,
String value,
String... elements)
Set custom options.
|
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.withOptions(Map<String,Object> options)
Set custom options as map.
|
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.withPassword(String password) |
RdbmsPopulatorConfigurator |
RdbmsPopulatorConfigurator.withUsername(String username) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.