From 45cf3bf49c315906b41ce4ffcc04f6029a32dca9 Mon Sep 17 00:00:00 2001 From: Patrick Linskey Date: Fri, 19 Oct 2007 17:42:51 +0000 Subject: [PATCH] OPENJPA-317. Updated docs. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@586558 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/doc/manual/ref_guide_runtime.xml | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_runtime.xml b/openjpa-project/src/doc/manual/ref_guide_runtime.xml index bf34efb70..68201eed8 100644 --- a/openjpa-project/src/doc/manual/ref_guide_runtime.xml +++ b/openjpa-project/src/doc/manual/ref_guide_runtime.xml @@ -136,7 +136,7 @@ configuration property to non-finalizing.
- Broker Customization and Finalization + Broker Customization and Eviction @@ -196,7 +196,8 @@ The following sections outline the runtime interfaces you can use to access OpenJPA-specific functionality from JPA. Each interface contains services and convenience methods missing from the JPA specification. OpenJPA strives to use the same naming conventions and API patterns as standard JPA methods in all -extensions, so that OpenJPA JDO APIs feel as much as possible like standard JPA. +extensions, so that OpenJPA extension APIs feel as much as possible like +standard JPA. You may have noticed the examples throughout this document using the @@ -440,6 +441,23 @@ configuration does not affect the EntityManagerFactory. FetchPlans.
+
+ + OpenJPAEntityTransaction + + + + OpenJPAEntityTransaction + + + + +org.apache.openjpa.persistence.OpenJPAEntityTransaction +extends javax.persistence.EntityTransaction to provide +additional transaction-debugging capabilities and some concurrency-related +commit and rollback features. + +
OpenJPAPersistence