mirror of https://github.com/apache/openjpa.git
added clarifying comment to persistence.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@535359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e422a7d179
commit
2f07532f22
|
@ -31,9 +31,16 @@
|
||||||
This needs to be listed because the OpenJPA test framework
|
This needs to be listed because the OpenJPA test framework
|
||||||
does not provide any other means to incrementally enhance classes
|
does not provide any other means to incrementally enhance classes
|
||||||
for particular test cases, and the XML data must be available at
|
for particular test cases, and the XML data must be available at
|
||||||
enhance time for XML data to get incorporated into PCRegistry
|
enhance time for XML data to get incorporated into PCRegistry.
|
||||||
-->
|
-->
|
||||||
<mapping-file>org/apache/openjpa/persistence/xml/orm.xml</mapping-file>
|
<mapping-file>org/apache/openjpa/persistence/xml/orm.xml</mapping-file>
|
||||||
|
<!--
|
||||||
|
In general, for persistent types that use annotations, you should
|
||||||
|
not list the persistent types here, but rather use the
|
||||||
|
PersistenceTestCase.setUp(Object...) method in your test case's
|
||||||
|
setUp() method, passing the Class objects for your persistent types
|
||||||
|
to that method.
|
||||||
|
-->
|
||||||
<properties>
|
<properties>
|
||||||
<!--
|
<!--
|
||||||
These properties are instead passed via System properties
|
These properties are instead passed via System properties
|
||||||
|
|
Loading…
Reference in New Issue