mirror of https://github.com/apache/openjpa.git
Doc improvement: added a cross-reference.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@604668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
008b249c24
commit
f185a0fe7b
|
@ -86,6 +86,11 @@ When any of these conditions are a factor in your JPA application, use the
|
||||||
<literal>class</literal>, <literal>mapping-file</literal>, and <literal>
|
<literal>class</literal>, <literal>mapping-file</literal>, and <literal>
|
||||||
jar-file</literal> elements of JPA's standard XML format to list your persistent
|
jar-file</literal> elements of JPA's standard XML format to list your persistent
|
||||||
classes. See <xref linkend="jpa_overview_persistence_xml"/> for details.
|
classes. See <xref linkend="jpa_overview_persistence_xml"/> for details.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Alternately, you can tell OpenJPA to search through your classpath for
|
||||||
|
persistent types. This is described in more detail in
|
||||||
|
<xref linkend="ref_guide_meta_factory"/>.
|
||||||
</para>
|
</para>
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue