Return-Path: Delivered-To: apmail-incubator-open-jpa-commits-archive@locus.apache.org Received: (qmail 54526 invoked from network); 26 Jul 2006 17:16:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 17:16:20 -0000 Received: (qmail 69505 invoked by uid 500); 26 Jul 2006 17:16:20 -0000 Delivered-To: apmail-incubator-open-jpa-commits-archive@incubator.apache.org Received: (qmail 69484 invoked by uid 500); 26 Jul 2006 17:16:20 -0000 Mailing-List: contact open-jpa-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-commits@incubator.apache.org Received: (qmail 69473 invoked by uid 99); 26 Jul 2006 17:16:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 10:16:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 10:16:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 92CB51A981A; Wed, 26 Jul 2006 10:15:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r425782 - /incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml Date: Wed, 26 Jul 2006 17:15:59 -0000 To: open-jpa-commits@incubator.apache.org From: mprudhom@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060726171559.92CB51A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mprudhom Date: Wed Jul 26 10:15:58 2006 New Revision: 425782 URL: http://svn.apache.org/viewvc?rev=425782&view=rev Log: Fixed instances of "OpenJPA JPA" to be just "OpenJPA". Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml?rev=425782&r1=425781&r2=425782&view=diff ============================================================================== --- incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml (original) +++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml Wed Jul 26 10:15:58 2006 @@ -13987,10 +13987,10 @@ JPA Tutorials
- OpenJPA JPA Tutorials + OpenJPA Tutorials 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 the following URLs: @@ -14022,7 +14022,7 @@
- OpenJPA JPA Tutorial + OpenJPA Tutorial In this tutorial you will become familiar with the basic tools and development processes under OpenJPA by creating a simple JPA application. @@ -14362,7 +14362,7 @@ The -p flag points the enhancer to your persistence.xml configuration file. - All OpenJPA JPA tools look for default configuration in a + All OpenJPA tools look for default configuration in a resource called openjpa.xml or META-INF/openjpa.xml. Thus you can avoid passing the -p argument to @@ -24832,7 +24832,7 @@ system caching defaults. - OpenJPA JPA defines the + OpenJPA defines the org.apache.openjpa.persistence.DataCache annotation for caching information. This annotation has the following properties: @@ -24911,7 +24911,7 @@ concurrency errors during detached modifications. - OpenJPA JPA defines the + OpenJPA defines the org.apache.openjpa.persistence.DetachedState annotation for controlling detached state. When used to annotate a class, DetachedState recognizes the following properties: @@ -24994,7 +24994,7 @@ - OpenJPA JPA offers a family of marker annotations to + OpenJPA offers a family of marker annotations to denote dependent relations in JPA entities: @@ -25113,7 +25113,7 @@ This extension names the inverse field in a logical bidirectional relation. - To create a logical bidrectional relation in OpenJPA JPA, use the + To create a logical bidrectional relation in OpenJPA, use the org.apache.openjpa.persistence.InverseLogical annotation. @@ -25135,7 +25135,7 @@ concurrency. Use - OpenJPA JPA's + OpenJPA's org.apache.openjpa.persistence.LockGroup annotation @@ -25268,7 +25268,7 @@ described in . - 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, respectively: @@ -28117,7 +28117,7 @@ - OpenJPA JPA defines the following extensions for nonpolymorphic + OpenJPA defines the following extensions for nonpolymorphic values: @@ -28183,7 +28183,7 @@ append class criteria to its select SQL. - OpenJPA JPA defines the following class criteria annotations + OpenJPA defines the following class criteria annotations for field relations, array, collection, and map element relations, and map key relations, respectively: @@ -28427,7 +28427,7 @@ the full name of your implementation class in the proper mapping metadata extension. - OpenJPA JPA includes the + OpenJPA includes the org.apache.openjpa.persistence.jdbc.Strategy, org.apache.openjpa.persistence.jdbc.ElementStrategy, and @@ -28613,7 +28613,7 @@
- OpenJPA JPA JCA Deployment + OpenJPA JCA Deployment deployment JCA @@ -28624,7 +28624,7 @@ deployment - 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 JDK 1.5 (all EJB 3 implementations require JDK 1.5). We present the deployment steps for the most common servers below. @@ -30153,7 +30153,7 @@ runtime access - OpenJPA JPA allows you to access named generators at runtime + OpenJPA allows you to access named generators at runtime through the OpenJPAEntityManager.getNamedGenerator method: @@ -30605,7 +30605,7 @@ traversed. - OpenJPA JPA exposes a high-level interface to the query cache through + OpenJPA exposes a high-level interface to the query cache through the org.apache.openjpa.persistence.QueryResultCache class. You can access this class through the OpenJPAEntityManagerFactory.