org.kuali.student.common.test.spring
Class DaoLoader
java.lang.Object
org.kuali.student.common.test.spring.DaoLoader
public abstract class DaoLoader
- extends Object
Implement this class if you want to load data to a test db using a dao.
This is an alternative to using the dao data beans xml file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dao
Object dao
DaoLoader
public DaoLoader()
setDao
public void setDao(Object dao)
getDao
public Object getDao()
run
public abstract void run()
- Implement this method to load data into the db
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.