mirror of https://github.com/apache/openjpa.git
add note about how created EMFs are handled
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dddd2a4cfe
commit
a50e380d99
|
@ -59,6 +59,8 @@ public abstract class SingleEMFTestCase
|
|||
* 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.
|
||||
* NOTE: The EMF and any EMs will be closed in tearDown(),
|
||||
* but any user created EMFs need to be manually closed.
|
||||
*
|
||||
* @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