|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitialDataSet
This interface must be implemented if the database should contain initial data. These rows willinsertetinto the DB before every test and deleted after the test.
Method Summary | |
---|---|
void |
cleanup(javax.persistence.EntityManager em)
Deletes the data. |
void |
create()
Creates the data. |
Method Detail |
---|
void create()
void cleanup(javax.persistence.EntityManager em)
em
- -
the enntity manager.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |