This method generates data to be used in the application. It does so by
reading properties file. Currently it iterates through comma separated
file names in file SQLInsertConfig and gets the insert statements from
those files in the order provided in the file.
clean
public void clean()
This method deletes data from JPA tables created. This method reads comma
separated SQL delete statements from DataDeleteSQLs properties files and
executes them in order.