Improve documentation.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@545345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-06-07 23:23:35 +00:00
parent 0a5619ef1c
commit aea920d171
2 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,9 @@ public abstract class PersistenceTestCase
protected static final Object CLEAR_TABLES = new Object();
/**
* Create an entity manager factory.
* Create an entity manager factory. Put {@link #CLEAR_TABLES} in
* this list to tell the test framework to delete all table contents
* before running the tests.
*
* @param props list of persistent types used in testing and/or
* configuration values in the form key,value,key,value...

View File

@ -31,7 +31,9 @@ public abstract class SingleEMFTestCase
protected OpenJPAEntityManagerFactory emf;
/**
* Initialize entity manager factory.
* Initialize entity manager factory. Put {@link #CLEAR_TABLES} in
* this list to tell the test framework to delete all table contents
* before running the tests.
*
* @param props list of persistent types used in testing and/or
* configuration values in the form key,value,key,value...