public class ProgrammaticConfigTests extends DasTest {
protected void setUp() throws Exception {
super.setUp();
new BookData(getAutoConnection()).refresh();
new CustomerData(getAutoConnection()).refresh();
new OrderData(getAutoConnection()).refresh();
}