OPENJPA-20 fix typo in manual

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@681471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-07-31 20:21:32 +00:00
parent c67f4e6054
commit 2d7faf24b1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ embedded in <classname>Company</classname>, then
a query <classname>"SELECT a FROM Address a"</classname> will never return the a query <classname>"SELECT a FROM Address a"</classname> will never return the
embedded <classname>Address</classname> of <classname>Company</classname>; embedded <classname>Address</classname> of <classname>Company</classname>;
but a projection query such as but a projection query such as
</classname>"SELECT c.address FROM Company c"</classname> will. <classname>"SELECT c.address FROM Company c"</classname> will.
</para> </para>
<para> <para>
Despite these differences, there are few distinctions between entity classes and Despite these differences, there are few distinctions between entity classes and