Author: mtylenda
Date: Thu Jul 21 19:13:29 2011
New Revision: 1149322

URL: http://svn.apache.org/viewvc?rev=1149322&view=rev
Log:
OPENJPA-1932: Documentation update: Correct the example on disabling prepared 
SQL cache.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml?rev=1149322&r1=1149321&r2=1149322&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_caching.xml Thu Jul 
21 19:13:29 2011
@@ -1315,9 +1315,9 @@ for a JPQL query. 
 <itemizedlist>
        <listitem>A user application can disable Prepared SQL Cache
        for entire lifetime of a persistence context by invoking the following
-       method on OpenJPA's EntityManager interface:
+       method on OpenJPA's EntityManager SPI interface:
        <programlisting>
-       <methodname>OpenJPAEntityManager.setQuerySQLCache(boolean)</methodname> 
+       
<methodname>OpenJPAEntityManagerSPI.setQuerySQLCache(boolean)</methodname> 
        </programlisting>
        </listitem>
        <listitem>


Reply via email to