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.
+
+