public class CourseManagementAdministrationDataLoader extends TestCase implements DataLoader(Code)
Loads data into persistence. This is not a junit test per se. It extends TestCase
so it's easy to execute via maven.
If you want to load data into a database, just modify this class, set your db connection
information in hibernate.dataload.properties, and run 'maven load-data'.
author: Josh Holtzman