mirror of https://github.com/apache/openjpa.git
Improve documentation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@545345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a5619ef1c
commit
aea920d171
|
@ -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...
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue