mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
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:
parent
a295b563da
commit
81f032dd60
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user