mirror of https://github.com/apache/openjpa.git
OPENJPA-317. Updated docs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@586558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4363298864
commit
45cf3bf49c
|
@ -136,7 +136,7 @@ configuration property to <literal>non-finalizing</literal>.
|
||||||
</section>
|
</section>
|
||||||
<section id="ref_guide_runtime_broker_extension">
|
<section id="ref_guide_runtime_broker_extension">
|
||||||
<title>
|
<title>
|
||||||
Broker Customization and Finalization
|
Broker Customization and Eviction
|
||||||
</title>
|
</title>
|
||||||
<indexterm zone="ref_guide_runtime_broker_extension">
|
<indexterm zone="ref_guide_runtime_broker_extension">
|
||||||
<primary>
|
<primary>
|
||||||
|
@ -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
|
OpenJPA-specific functionality from JPA. Each interface contains services and
|
||||||
convenience methods missing from the JPA specification. OpenJPA strives to use
|
convenience methods missing from the JPA specification. OpenJPA strives to use
|
||||||
the same naming conventions and API patterns as standard JPA methods in all
|
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.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You may have noticed the examples throughout this document using the
|
You may have noticed the examples throughout this document using the
|
||||||
|
@ -440,6 +441,23 @@ configuration does not affect the <classname> EntityManagerFactory</classname>.
|
||||||
FetchPlan</classname>s.
|
FetchPlan</classname>s.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
<section id="ref_guide_runtime_openjpaentitytransaction">
|
||||||
|
<title>
|
||||||
|
OpenJPAEntityTransaction
|
||||||
|
</title>
|
||||||
|
<indexterm zone="ref_guide_runtime_openjpaentitytransaction">
|
||||||
|
<primary>
|
||||||
|
OpenJPAEntityTransaction
|
||||||
|
</primary>
|
||||||
|
</indexterm>
|
||||||
|
<para>
|
||||||
|
<ulink url="../javadoc/org/apache/openjpa/persistence/OpenJPAEntityTransaction.html">
|
||||||
|
<classname>org.apache.openjpa.persistence.OpenJPAEntityTransaction</classname></ulink>
|
||||||
|
extends <classname>javax.persistence.EntityTransaction</classname> to provide
|
||||||
|
additional transaction-debugging capabilities and some concurrency-related
|
||||||
|
commit and rollback features.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
<section id="ref_guide_runtime_openjpapersistence">
|
<section id="ref_guide_runtime_openjpapersistence">
|
||||||
<title>
|
<title>
|
||||||
OpenJPAPersistence
|
OpenJPAPersistence
|
||||||
|
|
Loading…
Reference in New Issue