public class DbUnitPopulatorService extends Object implements RdbmsPopulatorService<DbUnit>
| Constructor and Description |
|---|
DbUnitPopulatorService() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean(List<String> resources) |
void |
connect(URI jdbc,
String username,
String password,
Class<?> driver,
Map<String,Object> customOptions) |
void |
disconnect() |
void |
execute(List<String> resources) |
Class<DbUnit> |
getPopulatorAnnotation() |
public void connect(URI jdbc, String username, String password, Class<?> driver, Map<String,Object> customOptions)
connect in interface RdbmsPopulatorService<DbUnit>public void disconnect()
disconnect in interface RdbmsPopulatorService<DbUnit>public void execute(List<String> resources)
execute in interface RdbmsPopulatorService<DbUnit>public void clean(List<String> resources)
clean in interface RdbmsPopulatorService<DbUnit>Copyright © 2018 JBoss by Red Hat. All rights reserved.