Modified: incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/ref_guide_runtime.xml URL: http://svn.apache.org/viewvc/incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/ref_guide_runtime.xml?view=diff&rev=440775&r1=440774&r2=440775 ============================================================================== --- incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/ref_guide_runtime.xml (original) +++ incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/ref_guide_runtime.xml Wed Sep 6 09:35:03 2006 @@ -253,11 +253,11 @@ details on the convenience methods it provides. </para> </section> - <section id="ref_guide_runtime_jpaquery"> + <section id="ref_guide_runtime_jpaextent"> <title> Extent </title> - <indexterm zone="ref_guide_runtime_jpaquery"> + <indexterm zone="ref_guide_runtime_jpaextent"> <primary> Extent </primary> @@ -312,7 +312,7 @@ can access this cache from your JPA code using the <ulink url="../../api/openjpa/persistence/StoreCache.html"><classname> org.apache.openjpa.persistence.StoreCache</classname></ulink> facade. -<xref linkend="ref_guide_cache"></xref> has detailed information on OpenJPA's +<xref linkend="ref_guide_cache"/> has detailed information on OpenJPA's data caching system, including the <classname>StoreCache</classname> facade. </para> </section> @@ -330,7 +330,7 @@ <ulink url="../../api/openjpa/persistence/QueryResultCache.html"><classname> org.apache.openjpa.persistence.QueryResultCache</classname></ulink> is an JPA-flavored facade to OpenJPA's internal query cache. See -<xref linkend="ref_guide_cache_query"></xref> for details on query caching in +<xref linkend="ref_guide_cache_query"/> for details on query caching in OpenJPA. </para> </section> @@ -365,7 +365,7 @@ org.apache.openjpa.persistence.jdbc.JDBCFetchPlan</classname></ulink> to add additional JDBC-specific tuning methods. Unless you have customized OpenJPA to use a non-relational back-end (see -<xref linkend="ref_guide_enterprise_abstractstore"></xref> ), all <classname> +<xref linkend="ref_guide_enterprise_abstractstore"/> ), all <classname> FetchPlan</classname>s in OpenJPA implement <classname>JDBCFetchPlan</classname> , so feel free to cast to this interface. </para> @@ -383,7 +383,7 @@ configuration does not affect the <classname> EntityManagerFactory</classname>. </para> <para> -<xref linkend="ref_guide_fetch"></xref> includes examples using <classname> +<xref linkend="ref_guide_fetch"/> includes examples using <classname> FetchPlan</classname> s. </para> </section> @@ -1184,7 +1184,7 @@ extensions by setting the <link linkend="openjpa.FilterListeners"><literal> openjpa.FilterListeners</literal></link> configuration property to a comma-separated list of plugin strings (see -<xref linkend="ref_guide_conf_plugins"></xref>) describing your extensions +<xref linkend="ref_guide_conf_plugins"/>) describing your extensions classes. Extensions registered in this fashion must have a public no-arg constructor. They must also be thread safe, because they will be shared across all queries. @@ -1252,7 +1252,7 @@ aggregates by setting the <link linkend="openjpa.AggregateListeners"><literal> openjpa.AggregateListeners</literal></link> configuration property to a comma-separated list of plugin strings (see -<xref linkend="ref_guide_conf_plugins"></xref>) describing your aggregate +<xref linkend="ref_guide_conf_plugins"/>) describing your aggregate implementation. Aggregates registered in this fashion must have a public no-arg constructor. They must also be thread safe, because they will be shared across all queries. @@ -1384,7 +1384,7 @@ </secondary> </indexterm> <para> -The JPA Overview's <xref linkend="jpa_overview_mapping"></xref> details using +The JPA Overview's <xref linkend="jpa_overview_mapping"/> details using generators to automatically populate identity fields in JPA. </para> <para> @@ -1608,11 +1608,11 @@ <classname>Seq</classname>s or your own <classname>Seq</classname> implementation. Set the <literal>sequenceName</literal> attribute to a plugin string describing your choice. See -<xref linkend="jpa_overview_mapping_sequence"></xref> in the JPA Overview for +<xref linkend="jpa_overview_mapping_sequence"/> in the JPA Overview for details on defining <literal>SequenceGenerator</literal> s. </para> <para> -See <xref linkend="ref_guide_conf_plugins"></xref> for plugin string formatting. +See <xref linkend="ref_guide_conf_plugins"/> for plugin string formatting. </para> <example id="ref_guide_sequence_named"> <title> @@ -1737,7 +1737,7 @@ For details on the transaction framework, see the <literal> org.apache.openjpa.event</literal> package <ulink url="../apidocs/org/apache/openjpa/event/package.html">Javadoc</ulink>. -Also see <xref linkend="ref_guide_event"></xref> for a description of OpenJPA's +Also see <xref linkend="ref_guide_event"/> for a description of OpenJPA's remote event support. </para> </section>
Modified: incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/supported_databases.xml URL: http://svn.apache.org/viewvc/incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/supported_databases.xml?view=diff&rev=440775&r1=440774&r2=440775 ============================================================================== --- incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/supported_databases.xml (original) +++ incubator/openjpa/sandboxes/OPENJPA-24/openjpa-project/src/doc/manual/supported_databases.xml Wed Sep 6 09:35:03 2006 @@ -11,14 +11,10 @@ Supported Databases and JDBC Drivers </title> <tgroup rowsep="1" colsep="1" align="left" cols="4"> - <colspec colname="dbname"> - </colspec> - <colspec colname="dbversion"> - </colspec> - <colspec colname="drivname"> - </colspec> - <colspec colname="drivversion"> - </colspec> + <colspec colname="dbname"/> + <colspec colname="dbversion"/> + <colspec colname="drivname"/> + <colspec colname="drivversion"/> <thead> <row> <entry colname="dbname">
