mirror of https://github.com/apache/openjpa.git
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:
parent
c67f4e6054
commit
2d7faf24b1
|
@ -71,7 +71,7 @@ embedded in <classname>Company</classname>, then
|
|||
a query <classname>"SELECT a FROM Address a"</classname> will never return the
|
||||
embedded <classname>Address</classname> of <classname>Company</classname>;
|
||||
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>
|
||||
Despite these differences, there are few distinctions between entity classes and
|
||||
|
|
Loading…
Reference in New Issue