OPENJPA-1585: Additional trace helps users to relate query or entity actions to SQL pushdowns

fix typo in doc

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Catalina Wei 2010-03-23 18:17:28 +00:00
parent d9f14ebd32
commit 5df5db5ee8
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ Pretty-printing properties configuration might look like so:
</indexterm>
<literal>openjpa.jdbc.SQLDiag</literal>: This logging channel provides additional
information about entity actitvies such as create, find, update or delete, and eager
loading of relation or field properties. If you enable this channel, it is recommanded
loading of relation or field properties. If you enable this channel, it is recommended
that <literal>openjpa.jdbc.SQL</literal> channel is also enabled.
The additional trace can help you relate the entity activities to the execution of
SQL statements that OpenJPA issued to the datastore.