|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.common.test.spring.DaoLoader
@Deprecated public abstract class DaoLoader
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.
| Constructor Summary | |
|---|---|
DaoLoader()
Deprecated. |
|
| Method Summary | |
|---|---|
Object |
getDao()
Deprecated. |
abstract void |
run()
Deprecated. Implement this method to load data into the db |
void |
setDao(Object dao)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DaoLoader()
| Method Detail |
|---|
public void setDao(Object dao)
public Object getDao()
public abstract void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||