Fixed instances of "OpenJPA JPA" to be just "OpenJPA".

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@425782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-07-26 17:15:58 +00:00
parent f217051f56
commit 8c8a0a923d

View File

@ -13987,10 +13987,10 @@ public class TrialSubscription
<chapter id="ejb_tutorials"> <chapter id="ejb_tutorials">
<title>JPA Tutorials</title> <title>JPA Tutorials</title>
<section id="jpa_tutorials_intro"> <section id="jpa_tutorials_intro">
<title>OpenJPA JPA Tutorials</title> <title>OpenJPA Tutorials</title>
<para> <para>
These tutorials provide step-by-step examples of how to use various These tutorials provide step-by-step examples of how to use various
facets of the OpenJPA JPA system. They assume a general knowledge facets of the OpenJPA system. They assume a general knowledge
of JPA and Java. For more information on these subjects, see of JPA and Java. For more information on these subjects, see
the following URLs: the following URLs:
</para> </para>
@ -14022,7 +14022,7 @@ public class TrialSubscription
</section> </section>
</section> </section>
<section id="jpa_tutorial"> <section id="jpa_tutorial">
<title>OpenJPA JPA Tutorial</title> <title>OpenJPA Tutorial</title>
<para> <para>
In this tutorial you will become familiar with the basic tools and In this tutorial you will become familiar with the basic tools and
development processes under OpenJPA by creating a simple JPA application. development processes under OpenJPA by creating a simple JPA application.
@ -14362,7 +14362,7 @@ openjpac -p persistence.xml Animal.java Dog.java
<para> <para>
The <literal>-p</literal> flag points the enhancer to your The <literal>-p</literal> flag points the enhancer to your
<filename>persistence.xml</filename> configuration file. <filename>persistence.xml</filename> configuration file.
All OpenJPA JPA tools look for default configuration in a All OpenJPA tools look for default configuration in a
resource called <filename>openjpa.xml</filename> or resource called <filename>openjpa.xml</filename> or
<filename>META-INF/openjpa.xml</filename>. Thus you <filename>META-INF/openjpa.xml</filename>. Thus you
can avoid passing the <literal>-p</literal> argument to can avoid passing the <literal>-p</literal> argument to
@ -24832,7 +24832,7 @@ public class Employee
system caching defaults. system caching defaults.
</para> </para>
<para> <para>
OpenJPA JPA defines the OpenJPA defines the
<ulink url="../apidocs/org/apache/openjpa/persistence/DataCache.html"><classname>org.apache.openjpa.persistence.DataCache</classname></ulink> <ulink url="../apidocs/org/apache/openjpa/persistence/DataCache.html"><classname>org.apache.openjpa.persistence.DataCache</classname></ulink>
annotation for caching information. This annotation has the annotation for caching information. This annotation has the
following properties: following properties:
@ -24911,7 +24911,7 @@ public class Employee
concurrency errors during detached modifications. concurrency errors during detached modifications.
</para> </para>
<para> <para>
OpenJPA JPA defines the OpenJPA defines the
<ulink url="../apidocs/org/apache/openjpa/persistence/DetachedState.html"><classname>org.apache.openjpa.persistence.DetachedState</classname></ulink> annotation for controlling detached state. When used <ulink url="../apidocs/org/apache/openjpa/persistence/DetachedState.html"><classname>org.apache.openjpa.persistence.DetachedState</classname></ulink> annotation for controlling detached state. When used
to annotate a class, <classname>DetachedState</classname> to annotate a class, <classname>DetachedState</classname>
recognizes the following properties: recognizes the following properties:
@ -24994,7 +24994,7 @@ public class Employee
</para> </para>
<para> <para>
OpenJPA JPA offers a family of marker annotations to OpenJPA offers a family of marker annotations to
denote dependent relations in JPA entities: denote dependent relations in JPA entities:
</para> </para>
<itemizedlist> <itemizedlist>
@ -25113,7 +25113,7 @@ public class Employee
This extension names the inverse field in a logical This extension names the inverse field in a logical
bidirectional relation. bidirectional relation.
<phrase> <phrase>
To create a logical bidrectional relation in OpenJPA JPA, use the To create a logical bidrectional relation in OpenJPA, use the
<ulink url="../apidocs/org/apache/openjpa/persistence/InverseLogical.html"><classname>org.apache.openjpa.persistence.InverseLogical</classname></ulink> <ulink url="../apidocs/org/apache/openjpa/persistence/InverseLogical.html"><classname>org.apache.openjpa.persistence.InverseLogical</classname></ulink>
annotation. annotation.
</phrase> </phrase>
@ -25135,7 +25135,7 @@ public class Employee
concurrency. concurrency.
Use Use
<phrase> <phrase>
OpenJPA JPA's OpenJPA's
<ulink url="../apidocs/org/apache/openjpa/persistence/LockGroup.html"><classname>org.apache.openjpa.persistence.LockGroup</classname></ulink> <ulink url="../apidocs/org/apache/openjpa/persistence/LockGroup.html"><classname>org.apache.openjpa.persistence.LockGroup</classname></ulink>
annotation annotation
</phrase> </phrase>
@ -25268,7 +25268,7 @@ public class Employee
described in <xref linkend="ref_guide_pc_extern"/>. described in <xref linkend="ref_guide_pc_extern"/>.
</para> </para>
<para> <para>
OpenJPA JPA defines the following type annotations for field OpenJPA defines the following type annotations for field
values, collection, array, and map elements, and map keys, values, collection, array, and map elements, and map keys,
respectively: respectively:
</para> </para>
@ -28117,7 +28117,7 @@ public class Article
</para> </para>
</note> </note>
<para> <para>
OpenJPA JPA defines the following extensions for nonpolymorphic OpenJPA defines the following extensions for nonpolymorphic
values: values:
</para> </para>
<itemizedlist> <itemizedlist>
@ -28183,7 +28183,7 @@ public class Article
append class criteria to its select SQL. append class criteria to its select SQL.
</para> </para>
<para> <para>
OpenJPA JPA defines the following class criteria annotations OpenJPA defines the following class criteria annotations
for field relations, array, collection, and map element for field relations, array, collection, and map element
relations, and map key relations, respectively: relations, and map key relations, respectively:
</para> </para>
@ -28427,7 +28427,7 @@ public class Article
the full name of your implementation class in the proper mapping the full name of your implementation class in the proper mapping
metadata extension. metadata extension.
<phrase> <phrase>
OpenJPA JPA includes the OpenJPA includes the
<ulink url="../apidocs/org/apache/openjpa/persistence/jdbc/Strategy.html"><classname>org.apache.openjpa.persistence.jdbc.Strategy</classname></ulink>, <ulink url="../apidocs/org/apache/openjpa/persistence/jdbc/Strategy.html"><classname>org.apache.openjpa.persistence.jdbc.Strategy</classname></ulink>,
<ulink url="../apidocs/org/apache/openjpa/persistence/jdbc/ElementStrategy.html"><classname>org.apache.openjpa.persistence.jdbc.ElementStrategy</classname></ulink>, <ulink url="../apidocs/org/apache/openjpa/persistence/jdbc/ElementStrategy.html"><classname>org.apache.openjpa.persistence.jdbc.ElementStrategy</classname></ulink>,
and and
@ -28613,7 +28613,7 @@ public class Magazine
</para> </para>
</section> </section>
<section id="ref_guide_deploy_jca_ejb"> <section id="ref_guide_deploy_jca_ejb">
<title>OpenJPA JPA JCA Deployment</title> <title>OpenJPA JCA Deployment</title>
<indexterm zone="ref_guide_deploy_jca_ejb"> <indexterm zone="ref_guide_deploy_jca_ejb">
<primary>deployment</primary> <primary>deployment</primary>
<secondary>JCA</secondary> <secondary>JCA</secondary>
@ -28624,7 +28624,7 @@ public class Magazine
<secondary>deployment</secondary> <secondary>deployment</secondary>
</indexterm> </indexterm>
<para> <para>
OpenJPA can deploy OpenJPA JPA through the Java Connector Architecture OpenJPA can deploy OpenJPA through the Java Connector Architecture
(JCA) in any JCA-compliant application server that supports (JCA) in any JCA-compliant application server that supports
JDK 1.5 (all EJB 3 implementations require JDK 1.5). We present JDK 1.5 (all EJB 3 implementations require JDK 1.5). We present
the deployment steps for the most common servers below. the deployment steps for the most common servers below.
@ -30153,7 +30153,7 @@ private long id;
<secondary>runtime access</secondary> <secondary>runtime access</secondary>
</indexterm> </indexterm>
<para> <para>
OpenJPA JPA allows you to access named generators at runtime OpenJPA allows you to access named generators at runtime
through the <methodname>OpenJPAEntityManager.getNamedGenerator through the <methodname>OpenJPAEntityManager.getNamedGenerator
</methodname> method: </methodname> method:
</para> </para>
@ -30605,7 +30605,7 @@ kem.evict (changedMag); // will evict from data cache also
traversed. traversed.
</para> </para>
<para> <para>
OpenJPA JPA exposes a high-level interface to the query cache through OpenJPA exposes a high-level interface to the query cache through
the <ulink url="../../api/openjpa/persistence/QueryResultCache.html"><classname>org.apache.openjpa.persistence.QueryResultCache</classname></ulink> class. the <ulink url="../../api/openjpa/persistence/QueryResultCache.html"><classname>org.apache.openjpa.persistence.QueryResultCache</classname></ulink> class.
You can access this class through the <classname> You can access this class through the <classname>
OpenJPAEntityManagerFactory</classname>. OpenJPAEntityManagerFactory</classname>.