OPENJPA-1932: Documentation update: Correct the example on disabling prepared SQL cache.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1149322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milosz Tylenda 2011-07-21 19:13:29 +00:00
parent a295b563da
commit 81f032dd60

View File

@ -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>