mirror of https://github.com/apache/openjpa.git
OPENJPA-1585 merge doc typo fix from trunk r926699
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@926723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e373482239
commit
d4b77d61a4
|
@ -216,7 +216,7 @@ Pretty-printing properties configuration might look like so:
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<literal>openjpa.jdbc.SQLDiag</literal>: This logging channel provides additional
|
<literal>openjpa.jdbc.SQLDiag</literal>: This logging channel provides additional
|
||||||
information about entity actitvies such as create, find, update or delete, and eager
|
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.
|
that <literal>openjpa.jdbc.SQL</literal> channel is also enabled.
|
||||||
The additional trace can help you relate the entity activities to the execution of
|
The additional trace can help you relate the entity activities to the execution of
|
||||||
SQL statements that OpenJPA issued to the datastore.
|
SQL statements that OpenJPA issued to the datastore.
|
||||||
|
|
Loading…
Reference in New Issue